summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Wienke2021-02-28 12:57:23 +0100
committerJohannes Wienke2021-02-28 12:57:23 +0100
commitf74fe5f33b0fba5e7c4f95726d88fd9773f70a2a (patch)
treec70d717ca2abd5f3edc5e0f323b27f150e2ea9af /PKGBUILD
parent05ad2a436dffe5eae6a86ba4011cd1b35e05a64a (diff)
downloadaur-f74fe5f33b0fba5e7c4f95726d88fd9773f70a2a.tar.gz
Make setuptools a build dependency
Cf. https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61c960dcac26..c2b0e5a65d63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,15 @@
pkgname=mopidy-alsamixer
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Mopidy extension for ALSA volume control"
arch=('any')
url="http://www.mopidy.com"
license=('APACHE')
depends=('mopidy>=3.0'
- 'python-setuptools'
'python-pyalsaaudio'
'python-pykka')
-makedepends=('python3')
+makedepends=('python3' 'python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mopidy/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('f934c04425a0825b221acb96cdfdaeb2')