summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e79e880fbdf..67958165ce89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jfbview
pkgdesc = a PDF and image viewer for the Linux framebuffer
- pkgver = 0.5.3
+ pkgver = 0.5.4
pkgrel = 1
url = http://seasonofcode.com/pages/jfbview.html
arch = i686
@@ -12,8 +12,8 @@ pkgbase = jfbview
depends = jbig2dec
conflicts = jfbpdf
replaces = jfbpdf
- source = https://github.com/jichu4n/JFBView/archive/0.5.3.tar.gz
- sha512sums = 873c4d717e573ea0bd22a9e620ac7e369aeef34fac9a97af2b8ac13a24f291d997a646bc9397c380a280b61875930e1ecc5d4e3240bab4ebf45ac02a3000c486
+ source = https://github.com/jichu4n/JFBView/archive/0.5.4.tar.gz
+ sha512sums = 06f5956a434c86c56a1c05172ef7683248274327639b21075bb1d705d5fa5f73074cd0b138c08c4b89da4305a502521c930605c5858e28b0d1c6cf089ef06b54
pkgname = jfbview
diff --git a/PKGBUILD b/PKGBUILD
index d8d6b958c20c..7cc22f52b4df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Chuan Ji <ji@chu4n.com>
pkgname=jfbview
-pkgver=0.5.3
+pkgver=0.5.4
pkgrel=1
pkgdesc="a PDF and image viewer for the Linux framebuffer"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('libmupdf' 'imlib2' 'openjpeg2' 'jbig2dec')
conflicts=('jfbpdf')
replaces=('jfbpdf')
source=("https://github.com/jichu4n/JFBView/archive/${pkgver}.tar.gz")
-sha512sums=('873c4d717e573ea0bd22a9e620ac7e369aeef34fac9a97af2b8ac13a24f291d997a646bc9397c380a280b61875930e1ecc5d4e3240bab4ebf45ac02a3000c486')
+sha512sums=('06f5956a434c86c56a1c05172ef7683248274327639b21075bb1d705d5fa5f73074cd0b138c08c4b89da4305a502521c930605c5858e28b0d1c6cf089ef06b54')
_pkgname='JFBView'
_binname='jfbview'