summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9cf4a729a45..5a4dc9741452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-sortedcontainers
_pkgname=python-sortedcontainers
-pkgver=2.1.0
+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=('1aa2d4cef402341fdeea75bc51311e59')
+md5sums=('11225da00795784d97bfea3a24ed009f')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}