summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2017-03-23 22:31:29 -0700
committerUncle Hunto2017-03-23 22:31:29 -0700
commit0057f7020d1229d3bfbb42d1ed2d4b7011a94544 (patch)
treee89f26f49e92401593ab768bce9dc766a0edde98
parentd80327c7fb04bd276c77f76e18102f585b95792e (diff)
downloadaur-0057f7020d1229d3bfbb42d1ed2d4b7011a94544.tar.gz
Add rsync to depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82f3ba6c22d6..b2c43f7c8ee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 21 06:41:56 UTC 2016
+# Fri Mar 24 05:31:21 UTC 2017
pkgbase = armory-goatpig-git
pkgdesc = Armory Bitcoin wallet, built from new, official github repo w/auto selection of current python2 version
- pkgver = v0.95.1.r2.gcc9eccf
+ pkgver = v0.95.1.r2.gcc9eccf6
pkgrel = 1
url = https://github.com/goatpig/BitcoinArmory
install = armory.install
@@ -20,6 +20,7 @@ pkgbase = armory-goatpig-git
depends = python2-pyqt4
depends = python2-bsddb
depends = python2-psutil
+ depends = rsync
optdepends = bitcoin-daemon: Communicate with the Bitcoin network
provides = armory
conflicts = armory
diff --git a/PKGBUILD b/PKGBUILD
index 780156dea0ff..de66191eb032 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Pieter Kokx <pieter@kokx.nl>
pkgname=armory-goatpig-git
-pkgver=v0.95.1.r2.gcc9eccf
+pkgver=v0.95.1.r2.gcc9eccf6
pkgrel=1
pkgdesc="Armory Bitcoin wallet, built from new, official github repo w/auto selection of current python2 version"
arch=('i686' 'x86_64')
url="https://github.com/goatpig/BitcoinArmory"
license=('AGPL3')
-depends=('crypto++' 'swig' 'python2' 'twisted' 'qt4' 'python2-pyqt4' 'python2-bsddb' 'python2-psutil')
+depends=('crypto++' 'swig' 'python2' 'twisted' 'qt4' 'python2-pyqt4' 'python2-bsddb' 'python2-psutil' 'rsync')
makedepends=('git' 'gcc' 'make')
optdepends=('bitcoin-daemon: Communicate with the Bitcoin network')
install="${pkgname%-*-*}.install"