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 8069911fd0f0..42802ab0a5ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _framework='taler'
_module='merchant'
pkgname="${_framework}-${_module}"
-pkgver='0.9.3'
+pkgver='0.9.4'
pkgrel=1
pkgdesc='Merchant logic implementation(s) and support code'
arch=('i686' 'x86_64')
@@ -14,9 +14,9 @@ groups=("${_framework}")
conflicts=("${pkgname}-git" "${pkgname}-bin")
depends=('jansson' 'libgcrypt' 'postgresql' 'gnunet' 'qrencode'
'taler-exchange')
-source=("http://ftp.gnu.org/gnu/${_framework}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+source=("ftp://ftp.gnu.org/gnu/${_framework}/${pkgname}-${pkgver}.tar.gz"{,.sig})
validpgpkeys=('D8423BCB326C7907033929C7939E6BE1E29FC3CC')
-sha256sums=('56d8568e7b720ca85d148f0af81110fa30cd837bf5cb86621c9754893f1d4d20'
+sha256sums=('19923291e047b1842b4f9b4a605a6277ee079910e0c9199b3d6395ef21eb7c9c'
'SKIP')
build() {