summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"