summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkachelaqa2016-03-22 20:23:41 +0000
committerkachelaqa2016-03-22 20:23:41 +0000
commit9c03f52cf3df03712adcfd296949ca82a9a638f4 (patch)
treedc6e8b01ef0813e1f302345e6b4fee764a32f657 /PKGBUILD
parentd223a310b413d4f5f03d710f715b2afe804582da (diff)
downloadaur-9c03f52cf3df03712adcfd296949ca82a9a638f4.tar.gz
updated to version 0.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3838c1fd83c..b587bbc615c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: kachelaqa <kachelaqa at gmail dot com>
pkgname='pkgbrowser'
-pkgver=0.19.1
-pkgrel=2
+pkgver=0.20
+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<5.1' 'python>=3.2' 'python<3.6' 'python-pyqt5')
install="$pkgname.install"
source=("$url/downloads/$pkgname-$pkgver.tar.gz")
-md5sums=('c954b48f11cbb995fcb2a5005486bc38')
+md5sums=('4af84dba3b71a91b1e4918b100bec755')
build() {
cd "$srcdir/$pkgname-$pkgver"