test
This commit is contained in:
parent
2321a34307
commit
32133c0753
2 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
tags
|
10
push-new-version-to-aur.sh
Executable file
10
push-new-version-to-aur.sh
Executable 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
|
Loading…
Add table
Reference in a new issue