summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c6109ddc2c0..f85784be557d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: kachelaqa <kachelaqa at gmail dot com>
pkgname='pkgbrowser'
-pkgver=0.12
-pkgrel=2
+pkgver=0.13
+pkgrel=1
pkgdesc='A utility for browsing pacman databases and the AUR'
arch=('i686' 'x86_64')
url='http://code.google.com/p/pkgbrowser/'
license=('GPL2')
-depends=('pacman<4.1' 'python2>=2.7' 'python2-pyqt')
+depends=('pacman>=4.1' 'pacman<4.2' 'python2>=2.7' 'python2-pyqt')
install="$pkgname.install"
source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
@@ -21,4 +21,4 @@ package() {
make PREFIX='/usr' DESTDIR="$pkgdir" install || return 1
}
-md5sums=('4d94c65a86adf515ed606afd4f56bde8')
+md5sums=('3652cee3814afb057842b4c2d82ffc68')