summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjjacky2012-02-14 17:42:35 +0100
committerOlivier Brunel2015-06-08 18:54:18 +0200
commit0e552e123e77a394a4f7d0296f0028506398f3c0 (patch)
tree408d2871d0df99a51b6b24f432460bce433eca02 /PKGBUILD
parent57188eadcb63a5c1209562717ca3f04577d6fb31 (diff)
downloadaur-0e552e123e77a394a4f7d0296f0028506398f3c0.tar.gz
kalu: updated to 0.0.1
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb2ff96fc4d2..a53f6eb4b9be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,18 @@
# Maintainer: jjacky
pkgname=kalu
-pkgver=0.0.0
+pkgver=0.0.1
pkgrel=1
-pkgdesc="Keep Arch Linux Up-to-date -- an upgrade notifier for Arch Linux [BETA]"
+pkgdesc="Keep Arch Linux Up-to-date -- an upgrade notifier for Arch Linux"
arch=('i686' 'x86_64')
url="https://bitbucket.org/jjacky/kalu"
license=('GPL3+')
-depends=('dbus' 'polkit' 'gtk3' 'pacman>=4.0.1' 'curl' 'libnotify')
+depends=('dbus' 'polkit' 'gtk3' 'pacman>=4.0.1' 'pacman<4.1' 'curl' 'libnotify')
makedepends=('pkg-config')
-#source=(https://bitbucket.org/jjacky/$pkgname/get/$pkgver.tar.gz)
-#md5sums=()
+source=(https://bitbucket.org/jjacky/$pkgname/get/$pkgver.tar.gz)
+md5sums=('5f6ab938ff4f3a6821ac0ddd23a58d24')
build() {
cd "$srcdir"
-
- # download & extract tip
- wget https://bitbucket.org/jjacky/$pkgname/get/tip.tar.gz
- tar xzf tip.tar.gz
-
# archive is auto-generated by bitbucket, so name includes last commit
_dir=$(ls | grep jjacky-$pkgname-)
# moving it all in srcdir