summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Vorotnikov2015-08-29 00:07:17 +0300
committerArtem Vorotnikov2015-08-29 00:07:17 +0300
commit4ce751d0ea9eee18445b9255bb15391b7d126616 (patch)
treed452eab77e9b69db128bf55e5ac69def892da67c /PKGBUILD
parentd0eccf441d3db250ad712134a2331eda9b2268e3 (diff)
downloadaur-4ce751d0ea9eee18445b9255bb15391b7d126616.tar.gz
Dependencies fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86c0655e2eb5..83823c88f12f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,9 @@ pkgdesc='Simple and easy to use game server browser'
arch=('any')
url='http://github.com/obozrenie'
license=('GPL3')
-depends=('desktop-file-utils' 'glib-networking' 'gvfs' 'hicolor-icon-theme'
- 'python-gobject' 'python-xdg' 'python-pytoml' 'qstat')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'glib' 'gvfs' 'python-gobject'
+ 'python-pytoml' 'python-xdg' 'python-beautifulsoup4' 'python-xmltodict'
+ 'qstat')
makedepends=('git' 'python-setuptools')
optdepends=('python-pygeoip: for geolocation support')
provides=('obozrenie')