We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4dd7e commit a9586cdCopy full SHA for a9586cd
update-aur.sh
@@ -1,13 +1,8 @@
1
#!/bin/bash
2
3
-VERSION=$(git tag --list "v*" | tail -n1)
4
-
5
-URL="https://github.com/ibizaman/pass-ssh/archive/$VERSION.tar.gz"
6
7
-SHA=$(curl --location --silent "$URL" | sha512sum | cut -d' ' -f1)
8
9
cd aur || exit 1
10
11
-sed -i "s/sha512sums.*$/sha512sums=('$SHA')/" PKGBUILD || exit 1
+# From pacman-contrib
+updpkgsums
12
13
makepkg --printsrcinfo > .SRCINFO || exit 1
0 commit comments