nodeps on pkgver
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nyyu 2021-05-19 13:39:48 +02:00
parent af77bb3dbb
commit 6feb419614

View file

@ -2,7 +2,7 @@
build() {
if grep -c 'git+' PKGBUILD > /dev/null ; then
makepkg -s --nobuild --skippgpcheck --noconfirm
makepkg --nodeps --nobuild --skippgpcheck --noconfirm
fi
makepkg --printsrcinfo > .SRCINFO
name=$(grep 'pkgname' .SRCINFO | cut -d'=' -f2 | tr -d ' ')