From b8e609f79d9acd079ef1e8be52f8081c4a30aefc Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Sat, 14 Sep 2024 22:43:19 -0400 Subject: [PATCH] Bump to 0.8.5-2 - Require libalpm 15 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b13b559..84524c7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = pacwrap pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers. pkgver = 0.8.5 - pkgrel = 1 + pkgrel = 2 url = https://pacwrap.sapphirus.org/ arch = x86_64 license = GPLv3-only @@ -21,7 +21,7 @@ pkgname = pacwrap depends = bash depends = bubblewrap depends = gnupg - depends = libalpm.so>=14 + depends = libalpm.so=15 depends = libseccomp depends = pacman depends = pacwrap-dist=0.8.5 diff --git a/PKGBUILD b/PKGBUILD index 78e4d07..46c80c9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=pacwrap pkgname=('pacwrap' 'pacwrap-dist') pkgver=0.8.5 -pkgrel=1 +pkgrel=2 pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers." arch=('x86_64') url="https://pacwrap.sapphirus.org/" @@ -29,7 +29,7 @@ build() { package_pacwrap() { provides=("${_pkgname}") conflicts=("${_pkgname}") - depends=('bash' 'bubblewrap' 'gnupg' 'libalpm.so>=14' 'libseccomp' 'pacman' "pacwrap-dist=$pkgver" 'zstd') + depends=('bash' 'bubblewrap' 'gnupg' 'libalpm.so=15' 'libseccomp' 'pacman' "pacwrap-dist=$pkgver" 'zstd') optdepends=('xdg-dbus-proxy') cd "${_pkgname}"