diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-07-03 17:39:06 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-07-03 17:39:10 +0200 |
commit | 7e2f17159f98301f0325ee91f345d28a7a95c888 (patch) | |
tree | e3d4e4ec93935efbbf3137947c25dfcb5c152cfe /pcr/python-bundlewrap | |
parent | cf6a2b6e3de316479830334aa4b5a490e55f9ac9 (diff) | |
download | abslibre-7e2f17159f98301f0325ee91f345d28a7a95c888.tar.gz abslibre-7e2f17159f98301f0325ee91f345d28a7a95c888.tar.bz2 abslibre-7e2f17159f98301f0325ee91f345d28a7a95c888.zip |
pcr: bump bundlewrap to 4.0.0
The changes were imported from the AUR package.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/python-bundlewrap')
-rw-r--r-- | pcr/python-bundlewrap/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/python-bundlewrap/PKGBUILD b/pcr/python-bundlewrap/PKGBUILD index 36ec9777f..c17ec1e37 100644 --- a/pcr/python-bundlewrap/PKGBUILD +++ b/pcr/python-bundlewrap/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-bundlewrap _pkgname=bundlewrap -pkgver=3.7.0 +pkgver=4.0.0 pkgrel=1 pkgdesc="Agent-less configuration management" arch=('any') @@ -21,7 +21,7 @@ depends=('python-cryptography' 'python-six') options=(!emptydirs) source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz") -sha256sums=('3e6557dcb18f248dbf3384d73e75eeb1673601cd26a1797df3c570bff0197c81') +sha512sums=('4d696a97e6d612839315d3820e4efd1db73c59ac88db816e19a619dec54f94f84cb28517ee57bcbc26ee6436ea887c73cc906479132ba41cc31755f76e2e4c85') build(){ cd "$srcdir/bundlewrap-$pkgver" |