summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2020-07-21 22:33:36 -0700
committerKyle Manna2020-07-21 22:33:36 -0700
commit6642da25041d9ac8f0446fb6eae1a3dec2e72a1f (patch)
tree0a5dcbdc0500b0ba634c5de433acf6db38d8b975
parent61a55ac216245095683f259f4322cf70566efc60 (diff)
downloadaur-6642da25041d9ac8f0446fb6eae1a3dec2e72a1f.tar.gz
release: downgrade to v2.1.2
* Follow the version currently in pip
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 998859efa926..df7753c1a02d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-class-registry
pkgdesc = The intersection of the Registry and Factory patterns
- pkgver = 3.0.5
+ pkgver = 2.1.2
pkgrel = 1
url = https://github.com/todofixthis/class-registry
arch = any
license = MIT
depends = python
- source = https://github.com/todofixthis/class-registry/archive/3.0.5.tar.gz
- sha512sums = 324171cbf14132e02c58026d90c87d408fd321d95258cf8cd66de472a125177c4131ca1e47fad279db3384a8a3a50832eb1287a4b577c76c79a9391fa1d998c6
+ source = https://github.com/todofixthis/class-registry/archive/2.1.2.tar.gz
+ sha512sums = 365e8e526cdad3730f946e0cb111dcee88bb72305015551d7da4419d18f41d98b960620f03665b684de17d1c868d6723ebdda6960324982e8648e99606315426
pkgname = python-class-registry
diff --git a/PKGBUILD b/PKGBUILD
index 994ce047d6a7..c32f10352338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=python-class-registry
_pkgname=class-registry
-pkgver=3.0.5
+pkgver=2.1.2
pkgrel=1
pkgdesc='The intersection of the Registry and Factory patterns'
url='https://github.com/todofixthis/class-registry'
@@ -10,7 +10,7 @@ optdepends=()
license=('MIT')
arch=('any')
source=("https://github.com/todofixthis/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('324171cbf14132e02c58026d90c87d408fd321d95258cf8cd66de472a125177c4131ca1e47fad279db3384a8a3a50832eb1287a4b577c76c79a9391fa1d998c6')
+sha512sums=('365e8e526cdad3730f946e0cb111dcee88bb72305015551d7da4419d18f41d98b960620f03665b684de17d1c868d6723ebdda6960324982e8648e99606315426')
build() {
cd "$srcdir/$_pkgname-$pkgver"