This commit is contained in:
parent
af77bb3dbb
commit
6feb419614
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
if grep -c 'git+' PKGBUILD > /dev/null ; then
|
if grep -c 'git+' PKGBUILD > /dev/null ; then
|
||||||
makepkg -s --nobuild --skippgpcheck --noconfirm
|
makepkg --nodeps --nobuild --skippgpcheck --noconfirm
|
||||||
fi
|
fi
|
||||||
makepkg --printsrcinfo > .SRCINFO
|
makepkg --printsrcinfo > .SRCINFO
|
||||||
name=$(grep 'pkgname' .SRCINFO | cut -d'=' -f2 | tr -d ' ')
|
name=$(grep 'pkgname' .SRCINFO | cut -d'=' -f2 | tr -d ' ')
|
||||||
|
|
Loading…
Add table
Reference in a new issue