From e91d0c2d8ed574bd914a5d06707e4ccf9913b541 Mon Sep 17 00:00:00 2001 From: Xavier Date: Fri, 29 Mar 2024 23:33:24 -0400 Subject: [PATCH] Bump to 0.7.2.r33.b976554 - libalpm.so.14 required --- .SRCINFO | 6 ++++-- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e711e7b..03d8457 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = pacwrap-git pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers. - pkgver = 0.7.2.r21.89d8109 + pkgver = pkgver=0.7.2.r33.b976554 pkgrel = 1 url = https://pacwrap.sapphirus.org/ arch = x86_64 @@ -9,6 +9,7 @@ pkgbase = pacwrap-git makedepends = git makedepends = fakeroot makedepends = pacman + makedepends = libalpm.so>=14 makedepends = zstd makedepends = busybox makedepends = fakechroot @@ -21,8 +22,9 @@ pkgname = pacwrap-git depends = bubblewrap depends = gnupg depends = pacman + depends = libalpm.so>=14 depends = libseccomp - depends = pacwrap-dist-git=0.7.2.r21.89d8109 + depends = pacwrap-dist-git=pkgver=0.7.2.r33.b976554 depends = zstd optdepends = xdg-dbus-proxy provides = pacwrap diff --git a/PKGBUILD b/PKGBUILD index 1ef3d8d..fabe3bb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,14 +2,14 @@ _pkgname=pacwrap pkgname=('pacwrap-git' 'pacwrap-dist-git') -pkgver=0.7.2.r21.89d8109 +pkgver=pkgver=0.7.2.r33.b976554 pkgrel=1 _pkgbase=$_pkgname pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers." arch=('x86_64') url="https://pacwrap.sapphirus.org/" license=('GPLv3-only') -makedepends=('cargo' 'git' 'fakeroot' 'pacman' 'zstd' 'busybox' 'fakechroot') +makedepends=('cargo' 'git' 'fakeroot' 'pacman' 'libalpm.so>=14' 'zstd' 'busybox' 'fakechroot') source=("$_pkgname::git+https://github.com/pacwrap/pacwrap.git") md5sums=('SKIP') options=('!lto') @@ -35,7 +35,7 @@ build() { package_pacwrap-git() { provides=("${_pkgname}") conflicts=("${_pkgname}") - depends=('bash' 'bubblewrap' 'gnupg' 'pacman' 'libseccomp' "pacwrap-dist-git=$pkgver" 'zstd') + depends=('bash' 'bubblewrap' 'gnupg' 'pacman' 'libalpm.so>=14' 'libseccomp' "pacwrap-dist-git=$pkgver" 'zstd') optdepends=('xdg-dbus-proxy') cd "${_pkgbase}"