mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Change format package from xz
This commit is contained in:
parent
7b3685941d
commit
98107ac07f
2 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
|||
*.swp
|
||||
*pkg.tar.xz
|
||||
*pkg.tar.*
|
||||
*.tar.gz
|
||||
*.SRCINFO
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ function _install_pkg_from_aur(){
|
|||
$CURL "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=${pkgname}"
|
||||
[ -z "${installname}" ] || $CURL "https://aur.archlinux.org/cgit/aur.git/plain/${installname}?h=${pkgname}"
|
||||
makepkg -sfcd
|
||||
sudo pacman --noconfirm --root ${maindir}/root -U ${pkgname}*.pkg.tar.xz
|
||||
sudo pacman --noconfirm --root ${maindir}/root -U ${pkgname}*.pkg.tar.*
|
||||
}
|
||||
|
||||
function _install_pkg(){
|
||||
|
|
@ -29,7 +29,7 @@ function _install_pkg(){
|
|||
builtin cd ${working_dir}
|
||||
makepkg -sfcd
|
||||
makepkg --printsrcinfo > ${pkgbuilddir}/.SRCINFO
|
||||
sudo pacman --noconfirm --root ${maindir}/root -U *.pkg.tar.xz
|
||||
sudo pacman --noconfirm --root ${maindir}/root -U *.pkg.tar.*
|
||||
}
|
||||
|
||||
function _prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue