summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2020-04-03 13:25:13 -0400
committerGI_Jack2020-04-03 13:25:13 -0400
commitfc6e8f7eb120a4d0af6ed9dc885f3a2a548d3124 (patch)
tree7fc6831a44d7e62dcfed8c9438fa20ca225fd41e
parent049c0549bf49ef732a94e92ae31fa0094967fd90 (diff)
downloadaur-fc6e8f7eb120a4d0af6ed9dc885f3a2a548d3124.tar.gz
needs cython aparantly
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0724b5d3d82..3dfdd32718ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-bls
arch = any
license = Apache2
makedepends = python-setuptools
+ makedepends = cython
depends = python
source = python-bls-0.1.8.tar.gz::https://github.com/zebra-lucky/python-bls/archive/0.1.8.tar.gz
sha256sums = bb61c66f4fb543698a7abd93a2991e9d4430c35698f163fc43004a198465c834
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')