summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjjacky2013-01-22 13:50:42 +0100
committerOlivier Brunel2015-06-08 18:54:24 +0200
commit43e926776e19e700f9391a521071deb6089007ae (patch)
treee7eefa278d861fe0a3b756144f950b7b99cbadd7 /PKGBUILD
parenta93dc93b08961db079c4316f7c2c5d9f0be3db63 (diff)
downloadaur-43e926776e19e700f9391a521071deb6089007ae.tar.gz
kalu: update to 1.4.0
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8ec590fba8f..07de7004f1a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: jjacky
pkgname=kalu
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news"
arch=('i686' 'x86_64')
-url="https://github.com/jjk-jacky/kalu"
+url="http://jjacky.com/kalu"
license=('GPL3+')
-depends=('dbus' 'polkit' 'gtk3' 'pacman>=4.0.1' 'pacman<4.1' 'curl' 'libnotify' 'notification-daemon')
+depends=('dbus' 'polkit' 'gtk3' 'pacman>=4.0.1' 'pacman<4.1' 'curl' 'libnotify'
+ 'notification-daemon')
makedepends=('perl' 'groff')
-source=(https://github.com/downloads/jjk-jacky/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('71044933923c96d7ae6c77da57733228')
+source=(http://jjacky.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('d9e27e892ed0754ffe42edb22cec6cbc')
build() {
cd "$srcdir/$pkgname-$pkgver"