summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Correa2018-03-21 10:37:58 -0300
committerVinicius Correa2018-03-21 10:37:58 -0300
commit051578a64041231a65c7db63dcc30df6d5f369a2 (patch)
tree64d256330e51a82b1678f6fa330c1d6eece0b403
parentc96abb30512e986ef677fd04b546e80b3b9eb261 (diff)
downloadaur-051578a64041231a65c7db63dcc30df6d5f369a2.tar.gz
correct dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 12 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dad68cb5567..44858e2d2b65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,15 @@ pkgbase = stoq-server
depends = python2-twisted
depends = python2-requests
depends = python2-netifaces
+ depends = binutils
+ depends = supervisor
+ depends = duplicity
+ depends = openvpn
+ depends = postgresql
+ depends = postgresql-libs
+ depends = avahi
+ depends = python2-htsql
+ depends = python2-htsql-pgsql
conflicts = stoq-server-git
source = https://github.com/stoq/stoq-server/archive/0.14.1.tar.gz
md5sums = a7689059dcd43d74da5c6a8a20184129
diff --git a/PKGBUILD b/PKGBUILD
index 7ebe3ab1566e..655baa7392ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,9 @@ pkgdesc="Stoq server."
arch=('x86_64')
url="https://github.com/stoq/${pkgname}"
license=('LGPL')
-depends=('python2' 'kiwi' 'stoqdrivers' 'stoq' 'python2-twisted' 'python2-requests' 'python2-netifaces')
+depends=('python2' 'kiwi' 'stoqdrivers' 'stoq' 'python2-twisted' 'python2-requests' 'python2-netifaces'
+ 'binutils' 'supervisor' 'duplicity' 'openvpn' 'postgresql' 'postgresql-libs'
+ 'avahi' 'python2-htsql' 'python2-htsql-pgsql')
makedepends=('git')
conflicts=('stoq-server-git')
source=("https://github.com/stoq/${pkgname}/archive/${pkgver}.tar.gz")