summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-12-08 21:41:33 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-12-08 21:43:31 +0100
commitcecb71fa70fc98a266f065fffff274081cc09223 (patch)
tree4c06f026631e1d72ebbc634a7ea9e70c3834ebb1 /pcr
parent58a6efa2c457f1b54326217fb90f9567bef47f24 (diff)
pcr: sync python-bundlewrap with Aur
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr')
-rw-r--r--pcr/python-bundlewrap/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/python-bundlewrap/PKGBUILD b/pcr/python-bundlewrap/PKGBUILD
index 1ffbe9986..82ed4c1fe 100644
--- a/pcr/python-bundlewrap/PKGBUILD
+++ b/pcr/python-bundlewrap/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=python-bundlewrap
_pkgname=bundlewrap
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.2.2
+pkgrel=1
pkgdesc="Agent-less configuration management"
arch=('any')
url='https://bundlewrap.org/'
@@ -22,7 +22,7 @@ depends=('python-cryptography'
'python-tomlkit')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha512sums=('4d696a97e6d612839315d3820e4efd1db73c59ac88db816e19a619dec54f94f84cb28517ee57bcbc26ee6436ea887c73cc906479132ba41cc31755f76e2e4c85')
+sha512sums=('d1a9e1d09c8054f964963a0b2bd8ee5d4625b0abda43d2bd6fdfaec3cf01ad555eca2369740ef05159925cd4e0aa32e439fe4fb8eb604db0e19d064698dde233')
build(){
cd "$srcdir/bundlewrap-$pkgver"