summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Correa2018-03-20 16:59:17 -0300
committerVinicius Correa2018-03-20 16:59:17 -0300
commitc96abb30512e986ef677fd04b546e80b3b9eb261 (patch)
tree7d3ff2b34c30b3adc284aeb8f8d24f2852e43945
parentb2c7e6bbdb6f3174bae85a1aa79cf6d50bfaa8f6 (diff)
downloadaur-c96abb30512e986ef677fd04b546e80b3b9eb261.tar.gz
correct dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d1abb0bd715..1dad68cb5567 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,10 @@ pkgbase = stoq-server
arch = x86_64
license = LGPL
makedepends = git
- makedepends = kiwi
- makedepends = stoqdrivers
- makedepends = stoq
depends = python2
+ depends = kiwi
+ depends = stoqdrivers
+ depends = stoq
depends = python2-twisted
depends = python2-requests
depends = python2-netifaces
diff --git a/PKGBUILD b/PKGBUILD
index 8c98b413c29c..7ebe3ab1566e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="Stoq server."
arch=('x86_64')
url="https://github.com/stoq/${pkgname}"
license=('LGPL')
-depends=('python2' 'python2-twisted' 'python2-requests' 'python2-netifaces')
-makedepends=('git' 'kiwi' 'stoqdrivers' 'stoq')
+depends=('python2' 'kiwi' 'stoqdrivers' 'stoq' 'python2-twisted' 'python2-requests' 'python2-netifaces')
+makedepends=('git')
conflicts=('stoq-server-git')
source=("https://github.com/stoq/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('a7689059dcd43d74da5c6a8a20184129')