summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDogue2023-11-01 19:20:52 -0400
committerDogue2023-11-01 19:20:52 -0400
commitd06dbf569076a5af608fcb55be92ab1c8d6e2875 (patch)
treef5ebd653fbbba47c32398e7aa79f515643ac5426
parent61d507802737934cc464da64d1bf6ba04fdbc8db (diff)
downloadaur-d06dbf569076a5af608fcb55be92ab1c8d6e2875.tar.gz
fix verification
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e12395c23a1..73519d67b356 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,6 @@ pkgbase = jottem-bin
provides = jottem
conflicts = jottem
source = https://github.com/dogue/jottem/releases/download/v0.1.6/jottem-0.1.6-x86_64.tar.gz
- sha256sums = aa46f1576f348f9d20132d75053097a6604237b6bb37cf32fcf7a21560c3dfd6
+ sha256sums = 28dc67fa07e60d76e0c158843be403791670b6dacf30e43c6793b6aaf27920e6
pkgname = jottem-bin
diff --git a/PKGBUILD b/PKGBUILD
index f62c8e378f32..9bb61884255d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=("x86_64")
provides=("jottem")
conflicts=("jottem")
source=("https://github.com/dogue/jottem/releases/download/v$pkgver/jottem-$pkgver-x86_64.tar.gz")
-sha256sums=("aa46f1576f348f9d20132d75053097a6604237b6bb37cf32fcf7a21560c3dfd6")
+sha256sums=("28dc67fa07e60d76e0c158843be403791670b6dacf30e43c6793b6aaf27920e6")
package() {
install -Dm755 jottem -t "$pkgdir/usr/bin"