summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Florness2023-04-01 18:22:59 -0400
committerDavid Florness2023-04-01 18:24:37 -0400
commit24aec745f83c37967cb3a21a2dacec90a40e910f (patch)
treeadb46944a798e49d1bbdfa849ed68eaab0965aec
parent1b4cab7c400d43a9eb6e30e78f5bf3b9f88b6753 (diff)
downloadaur-24aec745f83c37967cb3a21a2dacec90a40e910f.tar.gz
Update sha256sums for new git-archive behavior
the archive URL we're using is relying on git-archive(1) under the hood, which recently changed how tar.gz files are generated: <https://lore.kernel.org/git/a812a664-67ea-c0ba-599f-cb79e2d96694@gmail.com/>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b066a33d561..03c478e89954 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tallyard
pkgdesc = an authenticated voting system that ensures voter privacy while preventing double-voting
pkgver = 0.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://tallyard.xyz
arch = x86_64
license = MPL2
makedepends = go>=1.18
depends = libolm
source = tallyard-v0.6.1.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.6.1.tar.gz
- sha256sums = 8bff6e1612dc076f710f23c4a057e02ad536c96e021f042e3a56f2eadc8f8dd8
+ sha256sums = b1914a58717cd692d61798c925a76e44e4400b618381a03481f552c32eb467d6
pkgname = tallyard
diff --git a/PKGBUILD b/PKGBUILD
index c2aa7365a085..52a89292c87f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Florness <david at florness dot com>
pkgname=tallyard
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
arch=('x86_64')
pkgdesc="an authenticated voting system that ensures voter privacy while preventing double-voting"
url="https://tallyard.xyz"
@@ -9,7 +9,7 @@ license=('MPL2')
depends=('libolm')
makedepends=('go>=1.18')
source=("$pkgname-v$pkgver.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v$pkgver.tar.gz")
-sha256sums=('8bff6e1612dc076f710f23c4a057e02ad536c96e021f042e3a56f2eadc8f8dd8')
+sha256sums=('b1914a58717cd692d61798c925a76e44e4400b618381a03481f552c32eb467d6')
build() {
cd "$srcdir/$pkgname-v$pkgver"