mirror of
https://git.sapphirus.org/AUR/pacwrap-git.git
synced 2024-11-09 09:29:56 +00:00
Bump to 0.7.2.r39.3dfd035
This commit is contained in:
parent
e91d0c2d8e
commit
f3ea308419
2 changed files with 5 additions and 5 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 = pkgver=0.7.2.r33.b976554
|
||||
pkgver = 0.7.2.r39.3dfd035
|
||||
pkgrel = 1
|
||||
url = https://pacwrap.sapphirus.org/
|
||||
arch = x86_64
|
||||
|
@ -24,7 +24,7 @@ pkgname = pacwrap-git
|
|||
depends = pacman
|
||||
depends = libalpm.so>=14
|
||||
depends = libseccomp
|
||||
depends = pacwrap-dist-git=pkgver=0.7.2.r33.b976554
|
||||
depends = pacwrap-dist-git=0.7.2.r39.3dfd035
|
||||
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=pkgver=0.7.2.r33.b976554
|
||||
pkgver=0.7.2.r39.3dfd035
|
||||
pkgrel=1
|
||||
_pkgbase=$_pkgname
|
||||
pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers."
|
||||
|
@ -16,12 +16,12 @@ options=('!lto')
|
|||
|
||||
pkgver() {
|
||||
cd $_pkgbase
|
||||
echo "$(git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./')"
|
||||
echo "$(git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./')"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd "${_pkgbase}"
|
||||
cargo fetch --locked --target "$CARCH-unknown-linux-gnu" \
|
||||
cargo fetch --locked --target "$CARCH-unknown-linux-gnu" \
|
||||
&& ./dist/tools/prepare.sh release
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue