fix pkgrel sed command
All checks were successful
Docker Image CI / build (push) Successful in -1m49s
All checks were successful
Docker Image CI / build (push) Successful in -1m49s
This commit is contained in:
@@ -6,7 +6,7 @@ git pull || exit 1
|
||||
git clean -fdx
|
||||
if [[ `git status --porcelain` ]]; then
|
||||
echo "==> Update detected"
|
||||
sed -i -e 's|pkgrel=.*|pkgrel=1|g' ./PKGBUILD
|
||||
sed -i -e 's|^pkgrel=.*|pkgrel=1|g'
|
||||
makepkg --printsrcinfo > .SRCINFO
|
||||
git diff ./PKGBUILD
|
||||
git add PKGBUILD .SRCINFO
|
||||
|
||||
Reference in New Issue
Block a user