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 ffc879703af1..3a072a05cbe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: kachelaqa <kachelaqa at gmail dot com>
pkgname='pkgbrowser'
-pkgver=0.23
+pkgver=0.24
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.9' 'python-pyqt5')
+depends=('pacman>=4.1' 'pacman<5.3' 'python>=3.2' 'python<3.10' 'python-pyqt5')
install="$pkgname.install"
source=("https://osdn.net/dl/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('b43c7dfa527f62a2d15a3101b5416493')
+md5sums=('f4d8c86a58f7245d357797bf8694fa71')
build() {
cd "$srcdir/$pkgname-$pkgver"