summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Vorotnikov2015-08-29 00:08:14 +0300
committerArtem Vorotnikov2015-08-29 00:08:14 +0300
commit1307b9c55a353a46cd4ca6cfe2b18c164bdf8c32 (patch)
treeb53e1321ca2193e14ae2f46fbbd5858853dbe873
parent4ce751d0ea9eee18445b9255bb15391b7d126616 (diff)
downloadaur-1307b9c55a353a46cd4ca6cfe2b18c164bdf8c32.tar.gz
Dependencies fix
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0ce6b25ba11..2960d320e8c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = obozrenie-git
depends = python-gobject
depends = python-pytoml
depends = python-xdg
+ depends = gtk3
depends = python-beautifulsoup4
depends = python-xmltodict
depends = qstat
diff --git a/PKGBUILD b/PKGBUILD
index 83823c88f12f..fbf4a5f79363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ arch=('any')
url='http://github.com/obozrenie'
license=('GPL3')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'glib' 'gvfs' 'python-gobject'
- 'python-pytoml' 'python-xdg' 'python-beautifulsoup4' 'python-xmltodict'
- 'qstat')
+ 'python-pytoml' 'python-xdg' 'gtk3' 'python-beautifulsoup4'
+ 'python-xmltodict' 'qstat')
makedepends=('git' 'python-setuptools')
optdepends=('python-pygeoip: for geolocation support')
provides=('obozrenie')