summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordesbma2018-06-04 00:44:50 +0200
committerdesbma2018-06-04 00:44:50 +0200
commit330461c656986f6ea21bfab0d35fc1879e59ef69 (patch)
tree2c0cc7c8b566d8865d317ffaf6d25dc67fca6ec4 /PKGBUILD
parenta0213df9a794e19f2107a9ebd92c7871e287069e (diff)
downloadaur-330461c656986f6ea21bfab0d35fc1879e59ef69.tar.gz
Fix runtime dependency on python-setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 938318874972..38bca067df4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: desbma
pkgname=sacad
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Smart Automatic Cover Art Downloader"
arch=('any')
url="https://github.com/desbma/${pkgname}"
license=('MPL2')
-depends=('python' 'python-aiohttp' 'python-appdirs' 'python-cssselect' 'python-lxml' 'python-mutagen' 'python-pillow' 'python-tqdm')
-makedepends=('python-setuptools' 'python-pip')
+depends=('python' 'python-setuptools' 'python-aiohttp' 'python-appdirs' 'python-cssselect' 'python-lxml' 'python-mutagen' 'python-pillow' 'python-tqdm')
+makedepends=('python-pip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/desbma/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('057abf036a3e40c9fa84b89eb1fcf18aa85176e6973161d6a8bf730eb64da5f16634a59c5b0f04f9efa5b11cdcd61d8b302c14ef5266608b2734620914709463')