summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2020-05-16 08:35:01 +0000
committerAnthony Ruhier2020-05-16 08:35:01 +0000
commitb4b98c5b0916793089d19acdc4eaa5389cb06369 (patch)
tree9168bff2f5d836702ef093d6e1cf5237a2e679ec
parent4b9abf8224f66b339dd32b14e87c507d146b045a (diff)
downloadaur-b4b98c5b0916793089d19acdc4eaa5389cb06369.tar.gz
v1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd83e0e4b93b..2b59496f675b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-itypes
pkgdesc = Basic immutable container types for Python.
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/tomchristie/itypes
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-itypes
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/tomchristie/itypes/archive/1.1.0.tar.gz
- sha256sums = 7b5ff2cb79ad42712d0c087b538fb11858f0e7e6f9d5a39475655ce5192a73c8
+ source = https://github.com/tomchristie/itypes/archive/1.2.0.tar.gz
+ sha256sums = 4b01b8625dff71c2d566380647bbc55fad4c02430426b9fcd71be6f0d090c1bb
pkgname = python-itypes
diff --git a/PKGBUILD b/PKGBUILD
index eaad07c4609b..d50950b90d42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=python-itypes
_pkgbase="${pkgbase#python-}"
pkgname=(python-itypes python2-itypes)
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc='Basic immutable container types for Python.'
arch=(any)
@@ -18,7 +18,7 @@ makedepends=(
)
options=(!emptydirs)
source=("https://github.com/tomchristie/${_pkgbase}/archive/${pkgver}.tar.gz")
-sha256sums=('7b5ff2cb79ad42712d0c087b538fb11858f0e7e6f9d5a39475655ce5192a73c8')
+sha256sums=('4b01b8625dff71c2d566380647bbc55fad4c02430426b9fcd71be6f0d090c1bb')
package_python-itypes() {
cd "${srcdir}/${_pkgbase}-${pkgver}"