diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-03 09:36:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-03 09:36:34 +0000 |
commit | b13fd082726aae6d3a78b356157f72f0be6a48e1 (patch) | |
tree | b94ae4bb4fe7f365d1c07bc84bbf0b3407bf4089 /community/libgweather/APKBUILD | |
parent | 67cd0ac6e144451bc8f0d4029fd4ebba940dcaab (diff) | |
download | aports-b13fd082726aae6d3a78b356157f72f0be6a48e1.tar.bz2 aports-b13fd082726aae6d3a78b356157f72f0be6a48e1.tar.xz |
community/libgweather: build fix. tzdata
Diffstat (limited to 'community/libgweather/APKBUILD')
-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" |