mirror of
https://git.sapphirus.org/AUR/pacwrap-git.git
synced 2025-04-26 22:24:27 -04: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
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…
Add table
Add a link
Reference in a new issue