summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkachelaqa2024-03-17 13:21:47 +0000
committerkachelaqa2024-03-17 13:21:47 +0000
commitba910190ca252d80bb8f28576b6f7d995e0461fd (patch)
tree24085b329e229af73819cc5efe1e53bdbc781c75
parentf889edaaf87ce8f1034b04ad38b688b38e0cf0d1 (diff)
downloadaur-pkgbrowser.tar.gz
updated the package release for pacman-6.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b18e360db287..8bb03a992734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pkgbrowser
pkgdesc = A utility for browsing pacman databases and the AUR
pkgver = 0.28
- pkgrel = 2
+ pkgrel = 3
url = https://codeberg.org/kachelaqa/pkgbrowser
install = pkgbrowser.install
arch = x86_64
license = GPL2
depends = pacman>=4.1
- depends = pacman<6.1
+ depends = pacman<6.2
depends = python>=3.2
depends = python<3.12
depends = python-pyqt5
diff --git a/PKGBUILD b/PKGBUILD
index 80ff4588cfea..b4f17cd32bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='pkgbrowser'
pkgver=0.28
-pkgrel=2
+pkgrel=3
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.1' 'python>=3.2' 'python<3.12' 'python-pyqt5')
+depends=('pacman>=4.1' 'pacman<6.2' 'python>=3.2' 'python<3.12' 'python-pyqt5')
install="$pkgname.install"
source=("https://codeberg.org/kachelaqa/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('0d10a01c6cc64ba0057f38e528c5778b')