summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2020-07-22 16:54:30 -0700
committerKyle Manna2020-07-22 16:54:30 -0700
commitdf35fdf38465d3ef72bd026c934b1e0319ace251 (patch)
tree2ecbf74b2d3e6813d4cfc459e904b23b6ca2a438
parent6642da25041d9ac8f0446fb6eae1a3dec2e72a1f (diff)
downloadaur-df35fdf38465d3ef72bd026c934b1e0319ace251.tar.gz
pkgrel: python-class-registry v2.1.2-2
* Add missing makedepends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df7753c1a02d..deb1fe044dee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-class-registry
pkgdesc = The intersection of the Registry and Factory patterns
pkgver = 2.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/todofixthis/class-registry
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python
source = https://github.com/todofixthis/class-registry/archive/2.1.2.tar.gz
sha512sums = 365e8e526cdad3730f946e0cb111dcee88bb72305015551d7da4419d18f41d98b960620f03665b684de17d1c868d6723ebdda6960324982e8648e99606315426
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')