test
This commit is contained in:
parent
7dcd2d9bb2
commit
90f5aa09af
2 changed files with 21 additions and 2 deletions
19
.SRCINFO
Normal file
19
.SRCINFO
Normal file
|
@ -0,0 +1,19 @@
|
|||
pkgbase = wofi-calc-git
|
||||
pkgdesc = A simple calculator for wofi, inspired in rofi-calc.
|
||||
pkgver = 1.0.r3.7e6ecfa
|
||||
pkgrel = 1
|
||||
url = https://github.com/Zeioth/wofi-calc.git
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = wofi
|
||||
makedepends = libqalculate
|
||||
depends = wofi
|
||||
depends = libqalculate
|
||||
provides = wofi-calc-git
|
||||
provides = wofi-calc
|
||||
conflicts = wofi-calc-git
|
||||
conflicts = wofi-calc
|
||||
source = https://raw.githubusercontent.com/Zeioth/wofi-calc/master/wofi-calc.sh
|
||||
sha256sums = 0bc4930e7df685389309198ce214ebf3b88aee71ca0198f586ff0afe6bea716b
|
||||
|
||||
pkgname = wofi-calc-git
|
|
@ -1,13 +1,13 @@
|
|||
# Description: Generates a new aur release.
|
||||
|
||||
# Generate the checksums automatically
|
||||
sed -i "s/^sha256sums=.*/$(makepkg -g -f -p PKGBUILD)/" ./PKGBUILD
|
||||
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 add PKGBUILD .SRCINFO
|
||||
git commit -m "New version"
|
||||
git push ssh://aur@aur.archlinux.org/wofi-calc-git.git master
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue