summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1cd02f90317..179d01fd8e6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jfbview
pkgdesc = PDF and image viewer for the Linux framebuffer
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jichu4n/jfbview
arch = i686
arch = x86_64
@@ -14,9 +14,7 @@ pkgbase = jfbview
depends = imlib2
depends = libjpeg-turbo
conflicts = jfbpdf
- conflicts = jfbview
replaces = jfbpdf
- replaces = jfbview
source = https://github.com/jichu4n/jfbview/releases/download/0.6.0/jfbview-0.6.0-full-source.zip
md5sums = ac41da35a97c008424662d7dc489b841
diff --git a/PKGBUILD b/PKGBUILD
index 9eec78a5046a..b17bda799350 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=jfbview
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="PDF and image viewer for the Linux framebuffer"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/jichu4n/jfbview"
license=('Apache')
makedepends=('cmake')
depends=('ncurses' 'imlib2' 'libjpeg-turbo')
-conflicts=('jfbpdf' 'jfbview')
-replaces=('jfbpdf' 'jfbview')
+conflicts=('jfbpdf')
+replaces=('jfbpdf')
source=("https://github.com/jichu4n/jfbview/releases/download/${pkgver}/jfbview-${pkgver}-full-source.zip")
md5sums=('ac41da35a97c008424662d7dc489b841')