summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66dd78572468..fc8f1cac5559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=kalu
pkgname=${_pkgname}-cli
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news"
arch=('i686' 'x86_64')
url="http://jjacky.com/kalu"
@@ -12,6 +12,7 @@ makedepends=('perl' 'groff')
source=(http://jjacky.com/$_pkgname/$_pkgname-$pkgver.tar.gz)
install=kalu.install
sha1sums=('dbcc37899302d402717653f11ff303c5dc73b86d')
+conflicts=("$_pkgname")
build() {
cd "$srcdir/$_pkgname-$pkgver"