summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkachelaqa2024-04-28 13:34:13 +0100
committerkachelaqa2024-04-28 13:34:13 +0100
commit1e4e40b96fda3055e06299541cce1c52c8e77fe0 (patch)
treed1a570938f9ffe396b3f9dbd7e8815a9dfc4afc5 /PKGBUILD
parentba910190ca252d80bb8f28576b6f7d995e0461fd (diff)
downloadaur-1e4e40b96fda3055e06299541cce1c52c8e77fe0.tar.gz
updated to version 0.28.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4f17cd32bb0..dfef09c8329b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: kachelaqa <kachelaqa at gmail dot com>
pkgname='pkgbrowser'
-pkgver=0.28
-pkgrel=3
+pkgver=0.28.1
+pkgrel=1
pkgdesc='A utility for browsing pacman databases and the AUR'
arch=('x86_64')
url="https://codeberg.org/kachelaqa/$pkgname"
license=('GPL2')
-depends=('pacman>=4.1' 'pacman<6.2' 'python>=3.2' 'python<3.12' 'python-pyqt5')
+depends=('pacman>=4.1' 'pacman<6.2' 'python>=3.2' 'python<3.13' 'python-pyqt5')
install="$pkgname.install"
source=("https://codeberg.org/kachelaqa/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('0d10a01c6cc64ba0057f38e528c5778b')
+md5sums=('122c2dcecf5492723bb64b5f13233d50')
build() {
cd "$srcdir/$pkgname-$pkgver"