Rebuild python packages to match 3.8.2 version

This commit is contained in:
Alexey Pavlov
2020-04-16 19:46:15 +03:00
parent 5cdc54995d
commit a922758bf5
27 changed files with 31 additions and 31 deletions

View File

@@ -3,7 +3,7 @@
_realname=pbr
pkgbase=python-${_realname}
pkgname=(python-${_realname})
pkgver=5.4.4
pkgver=5.4.5
pkgrel=1
pkgdesc="Python Build Reasonableness"
arch=('any')
@@ -14,7 +14,7 @@ provides=("python3-${_realname}")
conflicts=("python3-${_realname}")
replaces=("python3-${_realname}")
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/openstack-dev/pbr/archive/${pkgver}.tar.gz")
sha512sums=('0b7d74a16fe2e08f8e39c445c922dbd53fc47c339f6d07993344479aeb2bfae569c02fa819c84bcedcf99a0c098b71f18880ff2434dea8af58ae1b71ffe0ac26')
sha512sums=('8be0a3f63b9dc94db0f33a42b17bf402831dc42e085a129f39067437526d89d617d6dd8c2b8882afc12131b54c25e9eb99b6131997b890099f044669c92caa33')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"