summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjjacky2012-03-26 18:19:08 +0200
committerOlivier Brunel2015-06-08 18:54:21 +0200
commit1a4370d300c4397babf6531bbc8afb79907fe056 (patch)
tree6f122124378bd4a77f60ba779d260a8ff16d0e6c
parent0bb7ab1446c694ddb5955735a58082d9b3a4e34c (diff)
downloadaur-1a4370d300c4397babf6531bbc8afb79907fe056.tar.gz
kalu: updated to 0.1.4
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f138c9cd9af2..b3543ea58bf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kalu
pkgdesc = Upgrade notifier w/ AUR support, watched (AUR) packages, news
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://bitbucket.org/jjacky/kalu
arch = i686
@@ -15,8 +15,8 @@ pkgbase = kalu
depends = curl
depends = libnotify
depends = notification-daemon
- source = https://bitbucket.org/jjacky/kalu/get/0.1.3.tar.gz
- md5sums = fa8b1a93b1ce897680912284e5a98e6e
+ source = https://bitbucket.org/jjacky/kalu/get/0.1.4.tar.gz
+ md5sums = 1e59c3e7b1751911b34c6734eb96e06f
pkgname = kalu
diff --git a/PKGBUILD b/PKGBUILD
index f5076518e3b1..1b79e43ab257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jjacky
pkgname=kalu
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL3+')
depends=('dbus' 'polkit' 'gtk3' 'pacman>=4.0.1' 'pacman<4.1' 'curl' 'libnotify' 'notification-daemon')
makedepends=('pkg-config')
source=(https://bitbucket.org/jjacky/$pkgname/get/$pkgver.tar.gz)
-md5sums=('fa8b1a93b1ce897680912284e5a98e6e')
+md5sums=('1e59c3e7b1751911b34c6734eb96e06f')
build() {
cd "$srcdir"