summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94b10fa27de1..123de869de9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='anastasis'
-pkgver='0.2.0'
+pkgver='0.3.2'
pkgrel=1
pkgdesc='Protocol and implementation to securely deposit core secrets and recover them if their original copies are lost'
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/${pkgname}"
license=('AGPL')
-depends=('jansson' 'gnunet' 'libgcrypt' 'postgresql' 'taler-exchange'
+depends=('jansson' 'gnunet' 'libgcrypt' 'libsodium' 'postgresql' 'taler-exchange'
'taler-merchant')
conflicts=("${pkgname}-git" "${pkgname}-bin")
source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('116508ba90ca8164ed5569f7ee752fae7361778c3330b2e6869692b1997117c9999fdd2f62a39cbad156b24473737413dfed182d9559d4c284f2de7087962bff')
+sha512sums=('c51dd7eab8836d4b3e6dfaf18fab8f4e1faedfc85a0e86189ac9265660618c2ce0b050f91b514c44fae65ad6ba53dc1b75240deb416b0131bda78bd9852d5dc3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"