summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli2020-08-03 04:30:20 +0200
committerDenis 'GNUtoo' Carikli2020-08-03 04:30:38 +0200
commitf2d6899e8350d04805a8af44e0d0d66cf53749cb (patch)
tree0dd3cd3290409669949c3577786a7113466b47af
parent83fb459377e07f2e465123c0ddb94335c50e25a6 (diff)
downloadaur-f2d6899e8350d04805a8af44e0d0d66cf53749cb.tar.gz
Add missing python-tomlkit requirement
Thanks to veecue on AUR[1] for the report. [1]https://aur.archlinux.org/packages/python-bundlewrap#comment-757765 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faaf46ccf44c..09d9b4a1ec15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-bundlewrap
pkgdesc = Agent-less configuration management
pkgver = 4.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://bundlewrap.org/
arch = any
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = python-bundlewrap
depends = python-pyaml
depends = python-requests
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
diff --git a/PKGBUILD b/PKGBUILD
index c17ec1e37573..1ffbe9986f5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-bundlewrap
_pkgname=bundlewrap
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Agent-less configuration management"
arch=('any')
url='https://bundlewrap.org/'
@@ -18,7 +18,8 @@ depends=('python-cryptography'
'python-passlib'
'python-pyaml'
'python-requests'
- 'python-six')
+ 'python-six'
+ 'python-tomlkit')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha512sums=('4d696a97e6d612839315d3820e4efd1db73c59ac88db816e19a619dec54f94f84cb28517ee57bcbc26ee6436ea887c73cc906479132ba41cc31755f76e2e4c85')