summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Florness2023-02-04 14:49:50 -0500
committerDavid Florness2023-02-04 14:49:50 -0500
commit041981a33d9186977c6909fdff7613b36c42ce4c (patch)
tree3af5276e588216ff313651d9d3c4d4d6feaba183
parent72a03736befd1439a9383b3b0dbbbcae93cb30e0 (diff)
downloadaur-041981a33d9186977c6909fdff7613b36c42ce4c.tar.gz
0.4.5 -> 0.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 685ef9f9c91a..863a57af67e6 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.4.5
+ pkgver = 0.5.0
pkgrel = 1
url = https://tallyard.xyz
arch = x86_64
- license = AGPL3
- makedepends = go>=1.13
+ license = MPL2
+ makedepends = go>=1.18
depends = libolm
- source = tallyard-v0.4.5.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.4.5.tar.gz
- sha256sums = 4864969cd025a785e8af659a526df493659b21e92206526c89c838027be03134
+ source = tallyard-v0.5.0.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.5.0.tar.gz
+ sha256sums = fde35a89b5ff51e977916d71d8d2fa9216b4e074ae11742d227c216dd4aeb8d5
pkgname = tallyard
diff --git a/PKGBUILD b/PKGBUILD
index 93cb6155ea6a..a9f052c85e2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: David Florness <david at florness dot com>
pkgname=tallyard
-pkgver=0.4.5
+pkgver=0.5.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')
+license=('MPL2')
depends=('libolm')
-makedepends=('go>=1.13')
+makedepends=('go>=1.18')
source=("$pkgname-v$pkgver.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v$pkgver.tar.gz")
-sha256sums=('4864969cd025a785e8af659a526df493659b21e92206526c89c838027be03134')
+sha256sums=('fde35a89b5ff51e977916d71d8d2fa9216b4e074ae11742d227c216dd4aeb8d5')
build() {
cd "$srcdir/$pkgname-v$pkgver"