summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Pulzer2016-04-04 10:37:19 +0200
committerThomas Pulzer2016-04-04 10:37:19 +0200
commitf6d9f32af2a59cf28314db9fc81d17c158de105c (patch)
tree88c44a7548cb4d91afcf89972111708ac6986c98
parentde28a8b4a921b15b7b20c0551f8ff58422221ffa (diff)
downloadaur-f6d9f32af2a59cf28314db9fc81d17c158de105c.tar.gz
Added rsync to the make dependencies as it is required for building.
For additional information have a look at the comments by fettsvett from March 2016.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fec95f9cbb4..608f38c6caf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 26 09:36:03 UTC 2016
+# Mon Apr 4 08:37:00 UTC 2016
pkgbase = msigna
pkgdesc = An interactive desktop application for transacting on the bitcoin network.
pkgver = 0.9.6
- pkgrel = 2
+ pkgrel = 3
url = https://ciphrex.com
arch = x86_64
arch = i686
@@ -11,6 +11,7 @@ pkgbase = msigna
license = MIT
makedepends = libodb-sqlite
makedepends = odb
+ makedepends = rsync
depends = qt5-base
depends = boost-libs
depends = qrencode
diff --git a/PKGBUILD b/PKGBUILD
index 7d6d2ccbcec1..3b2b65f7208b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
# Maintainer: Thomas Pulzer <t.pulzer at thesecretgamer dot de>
pkgname=msigna
pkgver=0.9.6
-pkgrel=2
+pkgrel=3
pkgdesc="An interactive desktop application for transacting on the bitcoin network."
arch=('x86_64' 'i686')
url="https://ciphrex.com"
license=('AGPL3' 'MIT')
depends=('qt5-base' 'boost-libs' 'qrencode' 'boost')
-makedepends=('libodb-sqlite' 'odb')
+makedepends=('libodb-sqlite' 'odb' 'rsync')
optdepends=('bitcoin-qt')
source=("https://github.com/Faldon/mSIGNA/archive/v$pkgver-AUR.tar.gz")