summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkachelaqa2013-12-13 21:34:40 +0000
committerkachelaqa2013-12-13 21:34:40 +0000
commitb0745cb10e58dc002e4f28ed250a395a7dd3a01d (patch)
treef18ea173616052976770afa49cf970abc2a9df24 /PKGBUILD
parent0b4d1b2e93a02d8759917e62e01b76bb92c5e481 (diff)
downloadaur-b0745cb10e58dc002e4f28ed250a395a7dd3a01d.tar.gz
updated to version 0.17.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97f90933cd81..44c873d8fffd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kachelaqa <kachelaqa at gmail dot com>
pkgname='pkgbrowser'
-pkgver=0.17
+pkgver=0.17.1
pkgrel=1
pkgdesc='A utility for browsing pacman databases and the AUR'
arch=('i686' 'x86_64')
@@ -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=('31bf4a9cd5cc3bd944d5e0ac5dc5152e')
+md5sums=('e6207d42a7d78082f22ce390a1c0cc5d')
build() {
cd "$srcdir/$pkgname-$pkgver"