summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-09-26 15:27:04 -0500
committerLuis Martinez2021-09-26 15:27:04 -0500
commit1e592bea7105e18398a3868f3df0137ce88a8384 (patch)
tree8624232fb24b6f328673adb9c967403a517f02e6 /PKGBUILD
parent5d89067689fe305842c5892e3dd1464a4d9f5a2d (diff)
downloadaur-python-primesieve.tar.gz
remove extra dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a903074b597..517631d14f20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=('MIT')
arch=('x86_64')
url='https://github.com/hickford/primesieve-python'
depends=('python-numpy')
-makedepends=('python-setuptools' 'cython')
+makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/p/primesieve/primesieve-$pkgver.tar.gz")
sha256sums=('948d9d9502cb45077834892c05d7ac2678834efeca0d39f328715591b27ab3d5')