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}"