From 915cf4a02b3c050d18bb561793d88cb4b8494fc1 Mon Sep 17 00:00:00 2001 From: Xavier Date: Fri, 15 Mar 2024 18:34:40 -0400 Subject: [PATCH] Bump to 0.7.2.r21.89d8109 - Removal of alpm14 branch comment --- .SRCINFO | 4 ++-- PKGBUILD | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index aae1fd5..e711e7b 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.r20.4c76ab0 + pkgver = 0.7.2.r21.89d8109 pkgrel = 1 url = https://pacwrap.sapphirus.org/ arch = x86_64 @@ -22,7 +22,7 @@ pkgname = pacwrap-git depends = gnupg depends = pacman depends = libseccomp - depends = pacwrap-dist-git=0.7.2.r20.4c76ab0 + depends = pacwrap-dist-git=0.7.2.r21.89d8109 depends = zstd optdepends = xdg-dbus-proxy provides = pacwrap diff --git a/PKGBUILD b/PKGBUILD index f9ff21c..1ef3d8d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=pacwrap pkgname=('pacwrap-git' 'pacwrap-dist-git') -pkgver=0.7.2.r20.4c76ab0 +pkgver=0.7.2.r21.89d8109 pkgrel=1 _pkgbase=$_pkgname pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers." @@ -27,10 +27,6 @@ prepare() { build() { cd "${_pkgbase}" - - # Uncomment this line below if core-testing/pacman-6.1 is installed - #git switch alpm14 - PACWRAP_SCHEMA_BUILT=1 \ cargo build --release --frozen \ && ./dist/tools/package.sh release