summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkachelaqa2013-08-27 02:15:06 +0100
committerkachelaqa2013-08-27 02:15:06 +0100
commitb86b687ac184e07b792b195446125d56eac6f914 (patch)
tree76b5f065a576cffc238a89ed8ae527c2e090102b /PKGBUILD
parent1b92e8396fd8a09c35263f175dfe6085cce7e864 (diff)
downloadaur-b86b687ac184e07b792b195446125d56eac6f914.tar.gz
updated to version 0.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ada0d9c23bb..506a1397922b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kachelaqa <kachelaqa at gmail dot com>
pkgname='pkgbrowser'
-pkgver=0.14.1
+pkgver=0.15
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' 'python2>=2.7' 'python2-pyqt4')
install="$pkgname.install"
source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-md5sums=('8381c7f749408a8905c5b84f688c525a')
+md5sums=('52a1d735513cd2537b66b4e4d2022793')
build() {
cd "$srcdir/$pkgname-$pkgver"