summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Pulzer2016-04-04 10:37:19 +0200
committerThomas Pulzer2016-04-04 10:37:19 +0200
commitf6d9f32af2a59cf28314db9fc81d17c158de105c (patch)
tree88c44a7548cb4d91afcf89972111708ac6986c98 /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")