summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-07-03 17:39:06 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-07-03 17:39:10 +0200
commit7e2f17159f98301f0325ee91f345d28a7a95c888 (patch)
treee3d4e4ec93935efbbf3137947c25dfcb5c152cfe
parentcf6a2b6e3de316479830334aa4b5a490e55f9ac9 (diff)
pcr: bump bundlewrap to 4.0.0
The changes were imported from the AUR package. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--pcr/python-bundlewrap/PKGBUILD4
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"