diff options
Diffstat (limited to 'community/libgweather')
-rw-r--r-- | community/libgweather/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD index 18e6624bbf..4d60f93f5b 100644 --- a/community/libgweather/APKBUILD +++ b/community/libgweather/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="GNOME weather library" url="http://www.gnome.org/" arch="all" license="LGPL" -depends= +depends="tzdata" makedepends="gtk+3.0-dev libsoup-dev libxml2-dev glib-dev geocode-glib-dev" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" |