summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorholishing2021-06-23 21:01:16 +0800
committerholishing2021-06-23 21:01:16 +0800
commit92064cb964040149187af6e46723a13e22c5101a (patch)
tree9f3939481d36adeb860a5770805b69c65e5df1b0 /PKGBUILD
parent0ad5b6dbd711ab7492869b34ec1633ad675fa678 (diff)
downloadaur-python2-sortedcontainers.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}