summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergej2021-03-07 22:30:53 +0100
committerSergej2021-03-07 22:30:53 +0100
commitac711e970222acc70ff611ae04d5e75bbf261519 (patch)
treee1d9a3b105c99c86705164d56114feac1cf5d52b
parent91fed2115b43b04e1a6748e07202f12e88fc637e (diff)
downloadaur-python-bintrees.tar.gz
Version bump to v2.2.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f072172f7462..39eee937c0ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-bintrees
pkgdesc = Package provides Binary-, RedBlack- and AVL-Trees in Python and Cython.
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://pypi.python.org/pypi/bintrees/
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-bintrees
optdepends = cython2: usage of C implementation
provides = python-bintrees
options = !emptydirs
- source = bintrees-v2.1.0.tar.gz::https://github.com/mozman/bintrees/archive/v2.1.0.tar.gz
- sha256sums = 2fe53a7c4650b61557372b923a98da2219c2742286aa7395d9275b2297a1e05c
+ source = bintrees-v2.2.0.tar.gz::https://github.com/mozman/bintrees/archive/v2.2.0.tar.gz
+ sha256sums = 8e17a8d6fcfb0ec9dae611583f1d2879a84a62db58e1e533b414bbf8c4e929d7
pkgname = python-bintrees
diff --git a/PKGBUILD b/PKGBUILD
index bc598ec8a13f..4fbc2f21ec05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_py="python"
_eggname="bintrees"
pkgname=${_py}-${_eggname}
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="Package provides Binary-, RedBlack- and AVL-Trees in Python and Cython."
arch=('any')
@@ -15,7 +15,7 @@ optdepends=("cython2: usage of C implementation")
options=(!emptydirs)
source=(${_eggname}-v${pkgver}.tar.gz::https://github.com/mozman/bintrees/archive/v${pkgver}.tar.gz)
provides=('python-bintrees')
-sha256sums=('2fe53a7c4650b61557372b923a98da2219c2742286aa7395d9275b2297a1e05c')
+sha256sums=('8e17a8d6fcfb0ec9dae611583f1d2879a84a62db58e1e533b414bbf8c4e929d7')
package() {
cd "${srcdir}/${_eggname}-${pkgver}"