summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b85f93188627..3a481e3c4631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = obozrenie-git
arch = any
license = GPL3
makedepends = git
+ makedepends = python-babel
makedepends = python-setuptools
depends = desktop-file-utils
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index e2c13bee3288..935da65c579d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'gvfs' 'python-gobject'
'python-pytoml' 'python-xdg' 'gtk3' 'python-beautifulsoup4'
'python-xmltodict' 'qstat')
-makedepends=('git' 'python-setuptools')
+makedepends=('git' 'python-babel' 'python-setuptools')
optdepends=('python-pygeoip: for geolocation support'
'geoip-database: for geolocation support')
provides=('obozrenie')