summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Florness2022-03-05 14:51:43 -0500
committerDavid Florness2022-03-05 14:51:43 -0500
commitf5b5c763e0f93c3bb7c74feeb1867d5c4806cb3e (patch)
treea86ff06e6ce1cc97d3ba39b55937bf8e12bbed0b
parentbd47a29909cecb9fecd24435a97d4d3c69d4a797 (diff)
downloadaur-f5b5c763e0f93c3bb7c74feeb1867d5c4806cb3e.tar.gz
0.3.1 -> 0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db10421bf783..25995597ab94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tallyard
pkgdesc = A peer-to-peer voting system that ensures voter privacy while preventing double-voting
- pkgver = 0.3.1
+ pkgver = 0.4.0
pkgrel = 1
url = https://tallyard.xyz
arch = x86_64
license = AGPL3
makedepends = go>=1.11
- source = tallyard-v0.3.1.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.3.1.tar.gz
- sha256sums = 701b4aea01120ca88ea3b1388c0e02c0bd3de8227c73967faff2db6dc89646b5
+ depends = libolm
+ source = tallyard-v0.4.0.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.4.0.tar.gz
+ sha256sums = 760b3767c1c3f9ebe309d3edb0520c939d95b7be3442b768a0d99b5dabdb2b2c
pkgname = tallyard
-
diff --git a/PKGBUILD b/PKGBUILD
index 60e52e944ff5..dc36cc01d0ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: David Florness <david at florness dot com>
pkgname=tallyard
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
arch=('x86_64')
pkgdesc="A peer-to-peer voting system that ensures voter privacy while preventing double-voting"
url="https://tallyard.xyz"
license=('AGPL3')
+depends=('libolm')
makedepends=('go>=1.11')
source=("$pkgname-v$pkgver.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v$pkgver.tar.gz")
-sha256sums=('701b4aea01120ca88ea3b1388c0e02c0bd3de8227c73967faff2db6dc89646b5')
+sha256sums=('760b3767c1c3f9ebe309d3edb0520c939d95b7be3442b768a0d99b5dabdb2b2c')
build() {
cd "$srcdir/$pkgname-v$pkgver"