summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorholishing2020-06-15 00:55:22 +0800
committerholishing2020-06-15 00:55:22 +0800
commit0ad5b6dbd711ab7492869b34ec1633ad675fa678 (patch)
treea38d5a0ec6b376b2e922c767fd0c320487536c3c
parent3c066c3653fba2a4f769f8a56aa604e48899e322 (diff)
downloadaur-0ad5b6dbd711ab7492869b34ec1633ad675fa678.tar.gz
update to upstream version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebc70df86149..54c396a51fd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-sortedcontainers
pkgdesc = Library providing sorted container types for Python.
- pkgver = 2.1.0
+ pkgver = 2.2.2
pkgrel = 1
url = https://github.com/grantjenks/python-sortedcontainers
arch = any
license = custom:Apache2
makedepends = python2-setuptools
depends = python2
- source = https://github.com/grantjenks/python-sortedcontainers/archive/v2.1.0.tar.gz
- md5sums = 1aa2d4cef402341fdeea75bc51311e59
+ source = https://github.com/grantjenks/python-sortedcontainers/archive/v2.2.2.tar.gz
+ md5sums = 653efdcdb3c92477ad7422af12d242fa
pkgname = python2-sortedcontainers
diff --git a/PKGBUILD b/PKGBUILD
index c9cf4a729a45..0d41b5431248 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-sortedcontainers
_pkgname=python-sortedcontainers
-pkgver=2.1.0
+pkgver=2.2.2
pkgrel=1
pkgdesc='Library providing sorted container types for Python.'
arch=(any)
@@ -11,7 +11,7 @@ license=('custom:Apache2')
depends=(python2)
makedepends=(python2-setuptools)
source=(https://github.com/grantjenks/${_pkgname}/archive/v${pkgver}.tar.gz)
-md5sums=('1aa2d4cef402341fdeea75bc51311e59')
+md5sums=('653efdcdb3c92477ad7422af12d242fa')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}