summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkachelaqa2018-01-29 21:54:48 +0000
committerkachelaqa2018-01-29 21:54:48 +0000
commitfb355bd902e7f8b268f8adefccc3b02167019579 (patch)
treefec621191ce81cec246bddf92e646cf8d733e3e1 /PKGBUILD
parent441cbbb608c0e8144c027565cb245486031e94bc (diff)
downloadaur-fb355bd902e7f8b268f8adefccc3b02167019579.tar.gz
updated to version 0.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 566b46528b82..7aa8bb8e7afe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: kachelaqa <kachelaqa at gmail dot com>
pkgname='pkgbrowser'
-pkgver=0.20.1
+pkgver=0.21
pkgrel=1
pkgdesc='A utility for browsing pacman databases and the AUR'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://bitbucket.org/kachelaqa/$pkgname"
license=('GPL2')
depends=('pacman>=4.1' 'pacman<5.1' 'python>=3.2' 'python<3.7' 'python-pyqt5')
install="$pkgname.install"
source=("$url/downloads/$pkgname-$pkgver.tar.gz")
-md5sums=('2dc44c7ef8307866bc814ba5dc55e955')
+md5sums=('5f5be024e6f5256ea4ba744341a55767')
build() {
cd "$srcdir/$pkgname-$pkgver"