summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2023-11-13 00:19:47 +0000
committergithub-actions[bot]2023-11-13 00:19:47 +0000
commita2fc3428135946f902d8504fbe52e7ba17518122 (patch)
treebb9389560a55cc1e192afa4a38d7d667e8b69907
parentaf79591a4f9b12a9e8a65dbd7f2b1c53906fab60 (diff)
downloadaur-a2fc3428135946f902d8504fbe52e7ba17518122.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebb1f5abd666..da75b55f69ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rustotpony-bin
pkgdesc = RusTOTPony — CLI manager of one-time password generators like Google Authenticator
pkgver = 0.4.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/zebradil/rustotpony
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 07c0ed1431d5..61226e3d6ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=rustotpony-bin
pkgver=0.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="RusTOTPony — CLI manager of one-time password generators like Google Authenticator"
url="https://github.com/zebradil/rustotpony"
arch=(x86_64)
@@ -19,3 +19,8 @@ package ()
_binname=totp;
install -Dm755 "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/bin/${_binname}"
}
+
+
+# Custom variables
+
+_z_update_hashsums="true"