mirror of
https://git.sapphirus.org/AUR/pacwrap-git.git
synced 2024-11-21 22:26:28 +00:00
Bump to 0.7.2.r21.89d8109
- Removal of alpm14 branch comment
This commit is contained in:
parent
7228436e6e
commit
915cf4a02b
2 changed files with 3 additions and 7 deletions
4
.SRCINFO
4
.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
|
||||
|
|
6
PKGBUILD
6
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
|
||||
|
|
Loading…
Reference in a new issue