summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3386778d318..7ef5a2f49c34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@ _name='psygnal'
_author='tlambert03'
pkgname="python-${_name}"
pkgver=0.3.3
-pkgrel=1
+pkgrel=2
pkgdesc='Pure python implementation of Qt Signals.'
arch=('any')
url="https://github.com/${_author}/${_name}"
license=('BSD')
makedepends=(
'python-setuptools-scm'
+ 'cython'
)
depends=(
'python'