summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8f0e66ea8cd..e3c17569bced 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-psygnal
pkgdesc = Pure python implementation of Qt Signals.
pkgver = 0.3.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tlambert03/psygnal
arch = any
license = BSD
makedepends = python-setuptools-scm
+ makedepends = cython
depends = python
depends = python-typing_extensions
provides = python-psygnal
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'