summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkachelaqa2024-04-28 20:17:51 +0100
committerkachelaqa2024-04-28 20:17:51 +0100
commit821eb99e0c5fde37a4f5a8f5888cb9dc5bee6a9f (patch)
tree617861613963084d38e91e41c59e8e97bd9305da /PKGBUILD
parent1e4e40b96fda3055e06299541cce1c52c8e77fe0 (diff)
downloadaur-821eb99e0c5fde37a4f5a8f5888cb9dc5bee6a9f.tar.gz
fixed makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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')