summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-05-23 13:38:23 +0700
committerAchmad Fathoni2023-05-23 13:38:23 +0700
commit820caf7bc3c512015dd330c129e9ac42081a9eda (patch)
tree3838f0aa33bfd77e5061efc2aa4fb4ac773accca
parent27ff2bc999ca7569a2ce2058632dc4f46de144f3 (diff)
downloadaur-820caf7bc3c512015dd330c129e9ac42081a9eda.tar.gz
update makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c7c47cfacca..427f2159a9de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-beartype
pkgdesc = Unbearably fast runtime type checking in pure Python.
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/beartype
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/b/beartype/beartype-0.14.0.tar.gz
sha256sums = 546e6e8dcdda1d6d9f906ea4eb1518aa01c9c5f5a440e495917b2daf53cbd598
diff --git a/PKGBUILD b/PKGBUILD
index e4cfef6c64a0..05b0a92c6d65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-beartype
_pkgname=${pkgname:7}
pkgver=0.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="Unbearably fast runtime type checking in pure Python."
arch=('any')
url="https://pypi.org/project/${_pkgname}"
license=('MIT')
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-build python-installer python-wheel python-setuptools)
depends=(python)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
sha256sums=('546e6e8dcdda1d6d9f906ea4eb1518aa01c9c5f5a440e495917b2daf53cbd598')