summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Gaifas2023-01-23 14:55:16 +0100
committerLorenzo Gaifas2023-01-23 14:55:16 +0100
commitd4c878f9e7d87a8e09435c554bf8e1ffa7ce2189 (patch)
tree8ee0becafe03cc7ebf36c472e30336ceaf1f3c78
parent754d330d8f555c0de4d469cc891e10611004b25b (diff)
downloadaur-d4c878f9e7d87a8e09435c554bf8e1ffa7ce2189.tar.gz
v0.7.0
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08d2a3279b41..85aaa2ee8700 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-psygnal
license = BSD
makedepends = python-build
makedepends = python-hatch-vcs
+ makedepends = python-installer
depends = python
depends = python-mypy_extensions
depends = python-typing_extensions
diff --git a/PKGBUILD b/PKGBUILD
index b58e8ff151e6..56572160bd23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ license=('BSD')
makedepends=(
'python-build'
'python-hatch-vcs'
+ 'python-installer'
)
depends=(
'python'