summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18fce0aa33fd..9f315e430ff9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kalu
pkgdesc = Upgrade notifier w/ AUR support, watched (AUR) packages, news
- pkgver = 0.0.4.1
+ pkgver = 0.0.5
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.0.4.1.tar.gz
- md5sums = f559d8e678b35f16d875293144e26961
+ source = https://bitbucket.org/jjacky/kalu/get/0.0.5.tar.gz
+ md5sums = 1d22d41e424f48d7c6a56f3b3f892bb8
pkgname = kalu
diff --git a/PKGBUILD b/PKGBUILD
index a6a43a7a4c81..6ea851c5d6f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jjacky
pkgname=kalu
-pkgver=0.0.4.1
+pkgver=0.0.5
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=('f559d8e678b35f16d875293144e26961')
+md5sums=('1d22d41e424f48d7c6a56f3b3f892bb8')
build() {
cd "$srcdir"