summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2a15f5772bb..93e180ba67f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kalu-cli
pkgdesc = Upgrade notifier w/ AUR support, watched (AUR) packages, news (CLI only)
pkgver = 4.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://jjacky.com/kalu
install = kalu.install
arch = i686
@@ -9,8 +9,8 @@ pkgbase = kalu-cli
license = GPL3+
makedepends = perl
makedepends = groff
- depends = pacman>=5.0
- depends = pacman<5.1
+ depends = pacman>=5.1
+ depends = pacman<5.2
depends = curl
conflicts = kalu
source = http://jjacky.com/kalu/kalu-4.2.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index cce7476a772e..79e133b9f182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
-# Maintainer: jjacky
+# Maintainer: Chih-Hsuan Yen <yan12125@gmail.com>
+# This package is forked from aur/kalu. Original contributors are:
+# Contributor: jjacky
+
_pkgname=kalu
pkgname=${_pkgname}-cli
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news (CLI only)"
arch=('i686' 'x86_64')
url="http://jjacky.com/kalu"
license=('GPL3+')
-depends=('pacman>=5.0' 'pacman<5.1' 'curl')
+depends=('pacman>=5.1' 'pacman<5.2' 'curl')
makedepends=('perl' 'groff')
source=(http://jjacky.com/$_pkgname/$_pkgname-$pkgver.tar.gz)
install=kalu.install