summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiachen YANG2020-05-29 23:24:03 +0900
committerJiachen YANG2020-05-29 23:24:34 +0900
commit89ebe011dab3aa04a35045258e94c7b3ee7729c0 (patch)
treef5286772fc3dd3469cdd71a4dd6ef73c29f54373 /PKGBUILD
parentc1e45eb91b559e058f0272b996e331a4fdabf621 (diff)
downloadaur-89ebe011dab3aa04a35045258e94c7b3ee7729c0.tar.gz
package should never conflicts with itself
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')