summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4e1b3374776..2e5d4a38c67f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgbase = obozrenie-git
depends = python-xmltodict
depends = qstat
optdepends = python-pygeoip: for geolocation support
+ optdepends = geoip-database: for geolocation support
provides = obozrenie
conflicts = obozrenie
source = git+https://github.com/obozrenie/obozrenie.git
diff --git a/PKGBUILD b/PKGBUILD
index 80ab8bdc8521..261fba988a5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ depends=('desktop-file-utils' 'hicolor-icon-theme' 'gvfs' 'python-gobject'
'python-pytoml' 'python-xdg' 'gtk3' 'python-beautifulsoup4'
'python-xmltodict' 'qstat')
makedepends=('git' 'python-setuptools')
-optdepends=('python-pygeoip: for geolocation support')
+optdepends=('python-pygeoip: for geolocation support'
+ 'geoip-database: for geolocation support')
provides=('obozrenie')
conflicts=('obozrenie')
install='obozrenie.install'