summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2020-04-03 13:25:13 -0400
committerGI_Jack2020-04-03 13:25:13 -0400
commitfc6e8f7eb120a4d0af6ed9dc885f3a2a548d3124 (patch)
tree7fc6831a44d7e62dcfed8c9438fa20ca225fd41e /PKGBUILD
parent049c0549bf49ef732a94e92ae31fa0094967fd90 (diff)
downloadaur-fc6e8f7eb120a4d0af6ed9dc885f3a2a548d3124.tar.gz
needs cython aparantly
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb5f6e881bd0..f3accda8cb45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/zebra-lucky/python-bls"
arch=('any')
license=('Apache2')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'cython')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zebra-lucky/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('bb61c66f4fb543698a7abd93a2991e9d4430c35698f163fc43004a198465c834')