Skip to content

Commit 4251f50

Browse files
committed
chore: reset pkg_rel
1 parent ccb3435 commit 4251f50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/push-to-aur.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ cd /home/pcr/emacs-gcc-wayland-devel-bin
2727
# Amend package, set pkgver, sha512 sum and pkgrel + fix permissions
2828
sed -i -r -e 's~pkgver=.*~pkgver='$PKG_VERSION'~' PKGBUILD
2929
sed -i -r -e 's~sha512sums=.*~sha512sums=\("'"$sum"'"\)~' PKGBUILD
30-
sed -i -r -e 's/pkgrel=.*/pkgrel=2/' PKGBUILD
30+
sed -i -r -e 's/pkgrel=.*/pkgrel=1/' PKGBUILD
31+
3132
rm .SRCINFO
3233
su pcr -c "makepkg --printsrcinfo" > .SRCINFO
3334
chown -R pcr:pcr .SRCINFO

0 commit comments

Comments
 (0)