aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-03 09:36:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-03 09:36:34 +0000
commitb13fd082726aae6d3a78b356157f72f0be6a48e1 (patch)
treeb94ae4bb4fe7f365d1c07bc84bbf0b3407bf4089 /community
parent67cd0ac6e144451bc8f0d4029fd4ebba940dcaab (diff)
community/libgweather: build fix. tzdata
Diffstat (limited to 'community')
-rw-r--r--community/libgweather/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD
index 18e6624bbf1..4d60f93f5b2 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"