summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Vorotnikov2016-12-31 02:08:05 +0300
committerArtem Vorotnikov2016-12-31 02:08:05 +0300
commit3953db00e38201fe768daa5f19ae1c09deadb3cb (patch)
treee8cc942bcb02ce5b4fc73528984f75a7ab2c8604
parent41f523ff9403038209d3edf0df10aed2e71fc406 (diff)
downloadaur-3953db00e38201fe768daa5f19ae1c09deadb3cb.tar.gz
pstreams is now required
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4140ea94d30c..7bb2392856aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = volunode-git
makedepends = git
makedepends = curl
makedepends = inetutils
+ makedepends = pstreams
makedepends = rsync
depends = glibmm
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index 999588a5e0c8..0f33bbfefdfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ arch=('i686' 'x86_64')
url="https://github.com/$_username/${_reponame/}"
license=('LGPL')
depends=('glibmm' 'curl' 'boinc-app-api')
-makedepends=('libxslt' 'perl-xml-sax' 'git' 'curl' 'inetutils' 'rsync')
+makedepends=('libxslt' 'perl-xml-sax' 'git' 'curl' 'inetutils' 'pstreams' 'rsync')
install=$_pkgbase.install
options=('!staticlibs')
source=("git+https://github.com/${_username}/${_reponame}${_ref}"