summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkachelaqa2021-06-04 18:42:54 +0100
committerkachelaqa2021-06-04 18:42:54 +0100
commitab53cd192664ea64999300b7a80da02c2f887d75 (patch)
tree4cdb4f94528ba7330bc2e07f92e5ae0575753c62 /PKGBUILD
parent1b223df1edc000e922abe490f83e42d30904033d (diff)
downloadaur-ab53cd192664ea64999300b7a80da02c2f887d75.tar.gz
updated to version 0.25-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a072a05cbe7..16b5c8d866ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: kachelaqa <kachelaqa at gmail dot com>
pkgname='pkgbrowser'
-pkgver=0.24
+pkgver=0.25
pkgrel=1
pkgdesc='A utility for browsing pacman databases and the AUR'
arch=('x86_64')
url="https://osdn.net/projects/$pkgname"
license=('GPL2')
-depends=('pacman>=4.1' 'pacman<5.3' 'python>=3.2' 'python<3.10' 'python-pyqt5')
+depends=('pacman>=4.1' 'pacman<6.1' 'python>=3.2' 'python<3.10' 'python-pyqt5')
install="$pkgname.install"
source=("https://osdn.net/dl/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('f4d8c86a58f7245d357797bf8694fa71')
+md5sums=('2fce9a98e6e18f346fb4ad932534cd38')
build() {
cd "$srcdir/$pkgname-$pkgver"