summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordesbma2023-06-25 15:40:41 +0200
committerdesbma2023-06-25 15:40:41 +0200
commit0046e6f8ffc85dd5754adff3e79ca169dafbcdbc (patch)
tree723bd045142ed4a0374a33c05d8e002763bba8cc /PKGBUILD
parent324fe342fa659e2224f2a008d19609c8d07bf3d6 (diff)
downloadaur-sacad.tar.gz
upgpkg: sacad 2.7.5-3
sacad: fix missing python-setuptools build time dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0947958de78c..ef2c4cb3e987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2148,SC2154,SC2164
pkgname=sacad
pkgver=2.7.5
-pkgrel=2
+pkgrel=3
pkgdesc='Smart Automatic Cover Art Downloader'
arch=('any')
url="https://github.com/desbma/${pkgname}"
@@ -20,7 +20,7 @@ depends=('python'
optdepends=('jpegoptim: for automatic lossless JPEG crunching'
'optipng: for automatic lossless PNG crunching'
'oxipng: for automatic lossless PNG crunching')
-makedepends=('python-pip')
+makedepends=('python-pip' 'python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/desbma/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('e6fffeaf32d9672c44c7752511ded313ec4c8f116071c15dfc15b8909c263e00ce1e780a0b6afe7f77849caf38e38669a5c6c811ab8e572eddff010693b8103e')