summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkachelaqa2014-05-28 18:11:27 +0100
committerkachelaqa2014-05-28 18:11:27 +0100
commitc5a0c0e954f4ef8e48b2b011ede5f1c978dfa9d3 (patch)
treed9a118b650c6eb9f1050eb8dfaf465cdda0494bf /PKGBUILD
parent7eb0849e31626e957e016c321edb758a77956065 (diff)
downloadaur-c5a0c0e954f4ef8e48b2b011ede5f1c978dfa9d3.tar.gz
updated to version 0.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b7af2d192de..05b6f4c13b72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: kachelaqa <kachelaqa at gmail dot com>
pkgname='pkgbrowser'
-pkgver=0.17.1
-pkgrel=2
+pkgver=0.18
+pkgrel=1
pkgdesc='A utility for browsing pacman databases and the AUR'
arch=('i686' 'x86_64')
url="https://bitbucket.org/kachelaqa/$pkgname"
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('pacman>=4.1' 'pacman<4.2' 'python>=3.2' 'python-pyqt4')
install="$pkgname.install"
source=("$url/downloads/$pkgname-$pkgver.tar.gz")
-md5sums=('e6207d42a7d78082f22ce390a1c0cc5d')
+md5sums=('4860ee94797a5a944f97a418b5578341')
build() {
cd "$srcdir/$pkgname-$pkgver"