summaryrefslogtreecommitdiff
path: root/pcr/python-bundlewrap/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/python-bundlewrap/PKGBUILD')
-rw-r--r--pcr/python-bundlewrap/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/pcr/python-bundlewrap/PKGBUILD b/pcr/python-bundlewrap/PKGBUILD
index 1ffbe9986..b507f8522 100644
--- a/pcr/python-bundlewrap/PKGBUILD
+++ b/pcr/python-bundlewrap/PKGBUILD
@@ -1,13 +1,12 @@
# Copyright (C) 2019 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# it under the terms of the CC0 1.0 License.
+# Maintainer: Parabola Hackers <dev@lists.parabola.nu>
pkgname=python-bundlewrap
_pkgname=bundlewrap
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.7.0
+pkgrel=1
pkgdesc="Agent-less configuration management"
arch=('any')
url='https://bundlewrap.org/'
@@ -22,7 +21,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=('0b12c583bd37ad34e956b4c1c2eed7422acbdef6ed434bf3ce6c61e76ebad5adff78353195a01dadfc91a21bc6e23428200ed28a09a22ecd5729bf2243bfd828')
build(){
cd "$srcdir/bundlewrap-$pkgver"