summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorholishing2019-04-24 22:50:25 +0800
committerholishing2019-04-24 22:50:25 +0800
commitc795d52a21fac9436e6c2b402cf6d5bf4f106952 (patch)
tree929bc63b58f2fcf26d6fbca152f9c8d58fa4bd03
parentb8d4b47729aebb62dbdf2c0b72a77c16e78282bf (diff)
downloadaur-c795d52a21fac9436e6c2b402cf6d5bf4f106952.tar.gz
update package to upstream version
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 478d2c471ecf..ec6f1e91d53a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Dobroslaw Kijowski [dobo] <dobo90_at_gmail.com>
pkgname=python2-sortedcontainers
-_pkgname=sorted_containers
-pkgver=0.9.6
+_pkgname=python-sortedcontainers
+pkgver=2.1.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=(04b9c905258533a580c235e99c4e282d)
+md5sums=('1aa2d4cef402341fdeea75bc51311e59')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}