summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkachelaqa2024-04-28 20:17:51 +0100
committerkachelaqa2024-04-28 20:17:51 +0100
commit821eb99e0c5fde37a4f5a8f5888cb9dc5bee6a9f (patch)
tree617861613963084d38e91e41c59e8e97bd9305da
parent1e4e40b96fda3055e06299541cce1c52c8e77fe0 (diff)
downloadaur-821eb99e0c5fde37a4f5a8f5888cb9dc5bee6a9f.tar.gz
fixed makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c931f702e26..4221573316d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = pkgbrowser
pkgdesc = A utility for browsing pacman databases and the AUR
pkgver = 0.28.1
- pkgrel = 1
+ pkgrel = 2
url = https://codeberg.org/kachelaqa/pkgbrowser
install = pkgbrowser.install
arch = x86_64
license = GPL2
+ makedepends = python-setuptools
depends = pacman>=4.1
depends = pacman<6.2
depends = python>=3.2
diff --git a/PKGBUILD b/PKGBUILD
index dfef09c8329b..4613ad583542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64')
url="https://codeberg.org/kachelaqa/$pkgname"
license=('GPL2')
depends=('pacman>=4.1' 'pacman<6.2' 'python>=3.2' 'python<3.13' 'python-pyqt5')
+makedepends=('python-setuptools')
install="$pkgname.install"
source=("https://codeberg.org/kachelaqa/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('122c2dcecf5492723bb64b5f13233d50')