summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2023-03-01 12:46:20 +0000
committerEric Engestrom2023-03-01 12:46:24 +0000
commite4e0efc58d89fee3319cd26f8854168dd00f01e2 (patch)
tree54e2600627de0bdacf38b04e07c89588627f6108
parent9bbe0f420ce2105281c37b75d4e1e8b52abc0fce (diff)
downloadaur-e4e0efc58d89fee3319cd26f8854168dd00f01e2.tar.gz
add missing build dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 150adc357e6c..ab798bf9d019 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = lavacli
arch = any
license = AGPL3
makedepends = python-setuptools
+ makedepends = python-pip
depends = python
depends = python-aiohttp
depends = python-pyzmq
diff --git a/PKGBUILD b/PKGBUILD
index ddd5fd7a0496..e0203f16f799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('AGPL3')
source=("$url/-/archive/v$pkgver/lavacli-v$pkgver.tar.gz")
sha256sums=('159431c2c976488124c2d1edc5a5a3ff8680b445d295dc9c3db3a91321f869c8')
depends=(python python-{aiohttp,pyzmq})
-makedepends=(python-setuptools)
+makedepends=(python-setuptools python-pip)
build() {
cd "lavacli-v${pkgver}"