summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjjacky2012-08-10 17:21:10 +0200
committerOlivier Brunel2015-06-08 18:54:22 +0200
commitbe508fc34c61743944b6cd39ee808638a7e62fc3 (patch)
tree3a1a4adedbdad5d491fd52aad3559547518d99eb /PKGBUILD
parent39afc26d050bcbf6a89b393b4ee197f20ef6a526 (diff)
downloadaur-be508fc34c61743944b6cd39ee808638a7e62fc3.tar.gz
kalu: updated to 1.1.0
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c84b00b20d81..cef4a183b4a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: jjacky
pkgname=kalu
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news"
arch=('i686' 'x86_64')
url="https://bitbucket.org/jjacky/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' 'xdg-utils')
source=(https://bitbucket.org/jjacky/$pkgname/downloads/$pkgname-$pkgver.tar.gz)
-md5sums=('4f88a4a2c217569fa30544172a3789ab')
+md5sums=('c586bdc7098e2c7247900bc10a8700d5')
build() {
cd "$srcdir/$pkgname-$pkgver"