summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-03-28 13:28:50 -0500
committerCarlos Aznarán Laos2023-03-28 13:28:50 -0500
commit0bc2753830b2228713bb4b40c6e59a6ad66e519c (patch)
tree8e1e50a2a594ab7e377d06d0ab00f2eac554c06d
parentd63becaa4c57bd15dea74a9f3296ce854577fb43 (diff)
downloadaur-0bc2753830b2228713bb4b40c6e59a6ad66e519c.tar.gz
Add cython as makedependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6891cf9d906b..6148415c997e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = python-pytaglib
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
+ makedepends = cython
makedepends = python-wheel
depends = python
depends = taglib
diff --git a/PKGBUILD b/PKGBUILD
index 53773356c83a..f502e2f88159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=(x86_64)
url="https://github.com/supermihi/${_base}"
license=(GPL3)
depends=(python taglib)
-makedepends=(python-build python-installer python-setuptools python-wheel)
+makedepends=(python-build python-installer python-setuptools cython python-wheel)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
sha512sums=('cb5cb49f11b69b6b9a5b06cc779dcfe68fe0c46c8dc95d0bb482e2d71f5a7f05a002df7b5aadebb7d459e1daa88a960e1b46332d12157d6bbe8678dcdf7ba760')