summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor2023-12-06 12:07:05 +0100
committerVictor2023-12-06 12:07:05 +0100
commite61cbe9dd995451f1b45de7292d3dacccfa7e9f0 (patch)
tree0457d0d2630e3b52e0ceca1ea484d4513cca5ce0 /PKGBUILD
parent2905fa75fd47642f2ac9763b90dc2bed6de41484 (diff)
downloadaur-python-recordclass.tar.gz
Added python-setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcafd9f3a5f8..250734a13b11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-recordclass
_pkgname=recordclass
pkgver=0.21.1
-pkgrel=1
+pkgrel=2
pkgdesc="Mutable variant of namedtuple"
arch=('any')
url="https://pypi.org/project/recordclass"
license=('MIT')
depends=('python' 'cython')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('fa2343dc24ef457f5f1c09e34fccada2d9074f582287f9fedb195bfbc1a9af92')