mirror of
https://aur.archlinux.org/pacwrap-git.git
synced 2024-11-23 12:56:29 +00:00
Testing branch comment
This commit is contained in:
parent
584ab2e6f6
commit
6c331dc840
1 changed files with 6 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -27,6 +27,10 @@ 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