summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli2020-12-08 21:40:11 +0100
committerDenis 'GNUtoo' Carikli2020-12-08 21:40:11 +0100
commit726d1fba7db8eb2d177a2a3157ff340339ea7223 (patch)
tree54e38065a727a787fa6f739d997abe2d3e17f734
parentf2d6899e8350d04805a8af44e0d0d66cf53749cb (diff)
downloadaur-726d1fba7db8eb2d177a2a3157ff340339ea7223.tar.gz
Update to the last release (4.2.2)
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09d9b4a1ec15..2cd1ed9c1568 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-bundlewrap
pkgdesc = Agent-less configuration management
- pkgver = 4.0.0
- pkgrel = 2
+ pkgver = 4.2.2
+ pkgrel = 1
url = https://bundlewrap.org/
arch = any
license = GPL3
@@ -14,8 +14,8 @@ pkgbase = python-bundlewrap
depends = python-six
depends = python-tomlkit
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/b/bundlewrap/bundlewrap-4.0.0.tar.gz
- sha512sums = 4d696a97e6d612839315d3820e4efd1db73c59ac88db816e19a619dec54f94f84cb28517ee57bcbc26ee6436ea887c73cc906479132ba41cc31755f76e2e4c85
+ source = https://files.pythonhosted.org/packages/source/b/bundlewrap/bundlewrap-4.2.2.tar.gz
+ sha512sums = d1a9e1d09c8054f964963a0b2bd8ee5d4625b0abda43d2bd6fdfaec3cf01ad555eca2369740ef05159925cd4e0aa32e439fe4fb8eb604db0e19d064698dde233
pkgname = python-bundlewrap
diff --git a/PKGBUILD b/PKGBUILD
index 1ffbe9986f5c..82ed4c1fe423 100644
--- a/PKGBUILD
+++ b/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"