summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baa69326c1cb..b2642c59719a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = rustotpony-bin
conflicts = rustotpony
conflicts = rustotpony-git
source = https://github.com/zebradil/rustotpony/releases/download/0.2.6/totp-linux
- sha256sums = 7fd4c34398a63dcf3189db91ba2dbe9c1d8b96a0a04814ef56b8e764b145e608
+ sha256sums = 0d81343de559a4b75a5c254eade829aca2ba6f4a418b7d403207d7e48740ea66
pkgname = rustotpony-bin
diff --git a/PKGBUILD b/PKGBUILD
index ef0b862f6e59..3a14457d0a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://github.com/zebradil/${_pkgname}"
license=('MIT')
source=("${url}/releases/download/${pkgver}/${_binname}-linux")
# source=("${url}/releases/download/${pkgver}/${_pkgname}_${pkgver}_linux_${_arch}.tgz")
-sha256sums=("7fd4c34398a63dcf3189db91ba2dbe9c1d8b96a0a04814ef56b8e764b145e608")
+sha256sums=('0d81343de559a4b75a5c254eade829aca2ba6f4a418b7d403207d7e48740ea66')
package() {
install -Dm755 "${srcdir}/${_binname}-linux" "${pkgdir}/usr/bin/${_binname}"