summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4b62b9aac7a..8d8c5d472b4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kachelaqa <kachelaqa at gmail dot com>
pkgname='pkgbrowser'
-pkgver=0.15
+pkgver=0.16
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=('52a1d735513cd2537b66b4e4d2022793')
+md5sums=('c0e69dce6de4cc8910842bf5d720f376')
build() {
cd "$srcdir/$pkgname-$pkgver"