Bump to 0.7.2.r21.89d8109

- Removal of alpm14 branch comment
This commit is contained in:
Xavier Moffett 2024-03-15 18:34:40 -04:00
parent 7228436e6e
commit 915cf4a02b
2 changed files with 3 additions and 7 deletions

View File

@ -1,6 +1,6 @@
pkgbase = pacwrap-git pkgbase = pacwrap-git
pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers. pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers.
pkgver = 0.7.2.r20.4c76ab0 pkgver = 0.7.2.r21.89d8109
pkgrel = 1 pkgrel = 1
url = https://pacwrap.sapphirus.org/ url = https://pacwrap.sapphirus.org/
arch = x86_64 arch = x86_64
@ -22,7 +22,7 @@ pkgname = pacwrap-git
depends = gnupg depends = gnupg
depends = pacman depends = pacman
depends = libseccomp depends = libseccomp
depends = pacwrap-dist-git=0.7.2.r20.4c76ab0 depends = pacwrap-dist-git=0.7.2.r21.89d8109
depends = zstd depends = zstd
optdepends = xdg-dbus-proxy optdepends = xdg-dbus-proxy
provides = pacwrap provides = pacwrap

View File

@ -2,7 +2,7 @@
_pkgname=pacwrap _pkgname=pacwrap
pkgname=('pacwrap-git' 'pacwrap-dist-git') pkgname=('pacwrap-git' 'pacwrap-dist-git')
pkgver=0.7.2.r20.4c76ab0 pkgver=0.7.2.r21.89d8109
pkgrel=1 pkgrel=1
_pkgbase=$_pkgname _pkgbase=$_pkgname
pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers." pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers."
@ -27,10 +27,6 @@ prepare() {
build() { build() {
cd "${_pkgbase}" cd "${_pkgbase}"
# Uncomment this line below if core-testing/pacman-6.1 is installed
#git switch alpm14
PACWRAP_SCHEMA_BUILT=1 \ PACWRAP_SCHEMA_BUILT=1 \
cargo build --release --frozen \ cargo build --release --frozen \
&& ./dist/tools/package.sh release && ./dist/tools/package.sh release