mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/bubblewrap: upgrade to 0.11.0
This commit is contained in:
parent
cd8dfb864e
commit
d2895f756d
@ -1,14 +1,15 @@
|
||||
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||
pkgname=bubblewrap
|
||||
pkgver=0.10.0
|
||||
pkgrel=1
|
||||
pkgver=0.11.0
|
||||
pkgrel=0
|
||||
pkgdesc="Unprivileged sandboxing tool"
|
||||
url="https://github.com/containers/bubblewrap"
|
||||
arch="all"
|
||||
license="LGPL-2.0-or-later"
|
||||
options="!check" # Testsuite fails
|
||||
makedepends="bash meson libcap-dev docbook-xsl"
|
||||
makedepends="meson libcap-dev docbook-xsl"
|
||||
checkdepends="bash"
|
||||
subpackages="$pkgname-doc $pkgname-bash-completion $pkgname-zsh-completion"
|
||||
source="bubblewrap-$pkgver.tar.gz::https://github.com/containers/bubblewrap/archive/v$pkgver.tar.gz"
|
||||
|
||||
@ -22,7 +23,8 @@ build() {
|
||||
abuild-meson \
|
||||
-Drequire_userns=true \
|
||||
-Dman=enabled \
|
||||
. output
|
||||
-Dtests="$(want_check && echo true || echo false)" \
|
||||
output
|
||||
meson compile -C output
|
||||
}
|
||||
|
||||
@ -31,5 +33,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
f46490fe5b8a49be4bee6e178dec039fee3f9cca11a9c2ef08da2371e7fc10cb7dcadf3b23c5d5f45f29e97a6516cd7d54594afe4c0527b71f5c82e93a19eb31 bubblewrap-0.10.0.tar.gz
|
||||
3a8aaea0cd588271d42d140914c40ac38c2ee6dedea6f543d51f35894b64b0a3b625e8bd812de02c967f10e7d691528fc918d02d99a74117b095303900cebfb9 bubblewrap-0.11.0.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user