index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | build-support/python-packaging-bootstrap/PKGBUILD | 6 |
diff --git a/build-support/python-packaging-bootstrap/PKGBUILD b/build-support/python-packaging-bootstrap/PKGBUILD index 4981528c..db4de3a4 100644 --- a/build-support/python-packaging-bootstrap/PKGBUILD +++ b/build-support/python-packaging-bootstrap/PKGBUILD @@ -8,8 +8,8 @@ pkgbase=python-packaging-bootstrap _pkgbase="${pkgbase%-*}" pkgname=(python-packaging-bootstrap python2-packaging-bootstrap) -pkgver=20.4 -pkgrel=1 +pkgver='20.9' +pkgrel='1' pkgdesc="Core utilities for Python packages - bootstrap version" arch=('any') url="https://github.com/pypa/packaging" @@ -17,7 +17,7 @@ license=('Apache') makedepends=('python-dephell' 'python-setuptools' 'python2-setuptools' 'python-pyparsing' 'python2-pyparsing') source=("https://github.com/pypa/packaging/archive/$pkgver/$_pkgbase-$pkgver.tar.gz") -sha512sums=('507eccfc75682e888ad694e5932f7f699e99a35fdfb55c641cdd1f2162171678fd25c69cc1269a712023d1a8c57c31d2fc6ce46bbe674af66892d29740793013') +sha512sums=('fb71f1036cfaacbe94fdee663af31d6ad1960f73ecc95cba87b461c2d7d2ea90085853bb4682b146492d8c48f784b60ef082e3b1259269857166b143cd9a920b') build() { cd packaging-$pkgver |