This commit is contained in:
Zeioth 2022-04-10 21:29:59 +02:00
parent 2321a34307
commit 32133c0753
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
tags

10
push-new-version-to-aur.sh Executable file
View file

@ -0,0 +1,10 @@
# Generate the checksums automatically
sed -i "s/^sha256sums=.*/$(makepkg -g -f -p PKGBUILD)/" ./PKGBUILD
# Generate pagkage metadata
makepkg --printsrcinfo > .SRCINFO
# Push it to AUR
git add PKGBUILD .SRCINFO
git commit
git push ssh://aur@aur.archlinux.org/wofi-calc-git.git master