Date: Sunday, June 7, 2020 @ 05:34:24 Author: felixonmars Revision: 639595
upgpkg: python-sortedcontainers 2.2.0-1 Modified: python-sortedcontainers/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-07 05:34:14 UTC (rev 639594) +++ PKGBUILD 2020-06-07 05:34:24 UTC (rev 639595) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-sortedcontainers -pkgver=2.1.0 -pkgrel=4 +pkgver=2.2.0 +pkgrel=1 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet" arch=('any') license=('Apache') @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner') source=("$pkgname-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz") -sha512sums=('1c56daea5d491dbeea9c677677a79ef5c4805325ea3d5da97005cd3b269003a99459550a793dfe65820f152c774371472ba471a7daf61c9d97b36744bafb013b') +sha512sums=('0eb56aa8af964c3701e9afbafa2f928b2bbe1905280a136a474789c0eae645c0605e0244c454f4e54757a5d7d73fb74f78dd0c7d95526b7d2faefeaa88910e13') prepare() { # Don't use tox
