summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54c396a51fd0..fedbda589a99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python2-sortedcontainers
pkgdesc = Library providing sorted container types for Python.
- pkgver = 2.2.2
+ pkgver = 2.4.0
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.2.2.tar.gz
- md5sums = 653efdcdb3c92477ad7422af12d242fa
+ source = https://github.com/grantjenks/python-sortedcontainers/archive/v2.4.0.tar.gz
+ md5sums = 11225da00795784d97bfea3a24ed009f
pkgname = python2-sortedcontainers
-
diff --git a/PKGBUILD b/PKGBUILD
index 0d41b5431248..5a4dc9741452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-sortedcontainers
_pkgname=python-sortedcontainers
-pkgver=2.2.2
+pkgver=2.4.0
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=('653efdcdb3c92477ad7422af12d242fa')
+md5sums=('11225da00795784d97bfea3a24ed009f')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}