summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerman Lashevich2023-07-16 22:59:45 +0200
committerGerman Lashevich2023-07-16 22:59:45 +0200
commit3dcb25119eec7419951fdd6c3946b56d82e658f4 (patch)
treea96004906922f1b5e6aaa092e8f0bd7a850b0c82
parent7e1849963fed9ab63f7254babb48fc50ca9ef9a7 (diff)
downloadaur-3dcb25119eec7419951fdd6c3946b56d82e658f4.tar.gz
Update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1694f0b504d2..28582c91695d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,6 @@ pkgbase = rustotpony-bin
provides = totp
conflicts = rustotpony
source = https://github.com/zebradil/rustotpony/releases/download/0.4.1/totp-linux
- sha256sums = dcb96179a0748a96a44ab0e9b3da508825fe70acf457277d3aff5130335d9d35
+ sha256sums = 083163a99d84a6a398fb0c2bca3645c5f66c00603351884897f5c6c38fd743bc
pkgname = rustotpony-bin
diff --git a/PKGBUILD b/PKGBUILD
index b36750f5d3c3..ca71e893a1f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ arch=(x86_64)
url="https://github.com/zebradil/${_pkgname}"
license=('MIT')
source=("${url}/releases/download/${pkgver}/${_binname}-linux")
-sha256sums=('dcb96179a0748a96a44ab0e9b3da508825fe70acf457277d3aff5130335d9d35')
+sha256sums=('083163a99d84a6a398fb0c2bca3645c5f66c00603351884897f5c6c38fd743bc')
package() {
install -Dm755 "${srcdir}/${_binname}-linux" "${pkgdir}/usr/bin/${_binname}"