summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2020-07-22 16:54:30 -0700
committerKyle Manna2020-07-22 16:54:30 -0700
commitdf35fdf38465d3ef72bd026c934b1e0319ace251 (patch)
tree2ecbf74b2d3e6813d4cfc459e904b23b6ca2a438 /PKGBUILD
parent6642da25041d9ac8f0446fb6eae1a3dec2e72a1f (diff)
downloadaur-df35fdf38465d3ef72bd026c934b1e0319ace251.tar.gz
pkgrel: python-class-registry v2.1.2-2
* Add missing makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c32f10352338..1dde48822a69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
pkgname=python-class-registry
_pkgname=class-registry
pkgver=2.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='The intersection of the Registry and Factory patterns'
url='https://github.com/todofixthis/class-registry'
depends=('python')
+makedepends=('python-setuptools')
optdepends=()
license=('MIT')
arch=('any')