summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-08-17 17:11:48 +1000
committerMark Blakeney2018-08-17 17:11:48 +1000
commit41180d38bccbd88b3b0a947d49e718842d60d501 (patch)
treee18a09a9c9154bf83912ebba1ad43aaaeac75e08
parent12dc3f0a40e6cb059e2bbc053a5afd582ffc54a5 (diff)
downloadaur-41180d38bccbd88b3b0a947d49e718842d60d501.tar.gz
Add missing makedepends
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 340c565c7be2..bcbe40437c6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
depends=("python")
+makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
md5sums=('ac95142f7493e07b05188d33978e2048')