diff --git a/.SRCINFO b/.SRCINFO index ed3bb4b..9999975 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = koreader-appimage pkgdesc = An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats - pkgver = 2019.03.1 + pkgver = 2019.04 pkgrel = 2 url = http://koreader.rocks/ install = koreader-appimage.install @@ -8,10 +8,10 @@ pkgbase = koreader-appimage license = AGPL3 makedepends = p7zip depends = zlib - noextract = koreader-appimage-x86_64-linux-gnu-v2019.03.1.AppImage + noextract = koreader-appimage-x86_64-linux-gnu-v2019.04.AppImage options = !strip - source = http://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v2019.03.1.AppImage - sha256sums = 752250c8279ab205836f81a1380b91866b40d46aaa3d889883cc91a85ac109ea + source = http://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v2019.04.AppImage + sha256sums = fd2afaafab2915540891e1dcf56300beac21a1fd55cbc794d3711f6bf4cafa22 pkgname = koreader-appimage diff --git a/PKGBUILD b/PKGBUILD index 6faf1ec..327629b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ # We grab koreader.png and koreader.desktop from the AppImage, patch the koreader.desktop, # and install them as we would other apps, for convenience sake. pkgname=koreader-appimage -pkgver=2019.03.1 +pkgver=2019.04 pkgrel=2 pkgdesc="An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats" @@ -20,7 +20,7 @@ noextract=("$_filename") options=('!strip') install=${pkgname}.install source=("http://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v$pkgver.AppImage") -sha256sums=('752250c8279ab205836f81a1380b91866b40d46aaa3d889883cc91a85ac109ea') +sha256sums=('fd2afaafab2915540891e1dcf56300beac21a1fd55cbc794d3711f6bf4cafa22') prepare() {