summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2960d320e8c7..e4e1b3374776 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = obozrenie-git
makedepends = python-setuptools
depends = desktop-file-utils
depends = hicolor-icon-theme
- depends = glib
depends = gvfs
depends = python-gobject
depends = python-pytoml
diff --git a/PKGBUILD b/PKGBUILD
index fbf4a5f79363..80ab8bdc8521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Simple and easy to use game server browser'
arch=('any')
url='http://github.com/obozrenie'
license=('GPL3')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'glib' 'gvfs' 'python-gobject'
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gvfs' 'python-gobject'
'python-pytoml' 'python-xdg' 'gtk3' 'python-beautifulsoup4'
'python-xmltodict' 'qstat')
makedepends=('git' 'python-setuptools')