summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorLorenzo Gaifas2022-04-22 14:31:55 +0200
committerLorenzo Gaifas2022-04-22 14:31:55 +0200
commitdd8cc0fde7fa7db400b94c64ad95ad503a4ea1d8 (patch)
tree5073f648ecc4f48de8f662c6181e8fede0f47c5d /.SRCINFO
parent7b47de6aef2b5f2d4b6b0c6a99a77ae6e8e07a37 (diff)
downloadaur-dd8cc0fde7fa7db400b94c64ad95ad503a4ea1d8.tar.gz
add cython build dep
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 2 insertions, 1 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