From 90f5aa09af345a432b8b340d64c9f0a0404a1491 Mon Sep 17 00:00:00 2001 From: Zeioth Date: Mon, 11 Apr 2022 00:16:01 +0200 Subject: [PATCH] test --- .SRCINFO | 19 +++++++++++++++++++ aur-scripts/wofi-calc-git/push-version.sh | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .SRCINFO diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..eba5f2e --- /dev/null +++ b/.SRCINFO @@ -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 diff --git a/aur-scripts/wofi-calc-git/push-version.sh b/aur-scripts/wofi-calc-git/push-version.sh index ee03fae..99ab45b 100755 --- a/aur-scripts/wofi-calc-git/push-version.sh +++ b/aur-scripts/wofi-calc-git/push-version.sh @@ -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