summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Delgado2023-08-20 02:03:38 -0400
committerDylan Delgado2023-08-20 02:03:38 -0400
commit5fd785a22e56eda754f945a7ec618991b92f84a6 (patch)
tree4cc0c10a6ea16f0f8d376f8afa046b740a4990f2 /PKGBUILD
parentf8e9db822a2718e52a3e95f85d32b8a7d08a057c (diff)
downloadaur-python-sigtools.tar.gz
python-attrs replaces python-funcsigs in depends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 728ce998e7c0..e8a33189b5d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=python-sigtools
_pkg="${pkgname#python-}"
pkgver=4.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Utilities for working with inspect.Signature objects'
url="https://pypi.python.org/pypi/sigtools"
arch=('any')
license=('MIT')
-depends=('python-funcsigs')
+depends=('python-attrs')
makedepends=('python-setuptools' 'python-setuptools-scm' 'python-build' 'python-installer' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkg::1}/$_pkg/$_pkg-$pkgver.tar.gz"
'remove-tests.patch')