diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 10:43:51 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 11:03:56 +0100 |
commit | 46bdac60c3fe04b7a3ded513ddc8e842a7bcb0ad (patch) | |
tree | 32707525116f7142a98c588d6250cc970a58ebf2 /community | |
parent | 558ea4e36dc8e50790ec038c5c7d7f56877024d5 (diff) | |
download | aports-46bdac60c3fe04b7a3ded513ddc8e842a7bcb0ad.tar.bz2 aports-46bdac60c3fe04b7a3ded513ddc8e842a7bcb0ad.tar.xz |
community/libgweather: drop py-six dependency
Diffstat (limited to 'community')
-rw-r--r-- | community/libgweather/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD index 41566d12de..b27b9aa11c 100644 --- a/community/libgweather/APKBUILD +++ b/community/libgweather/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libgweather pkgver=3.34.0 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME weather library" url="https://wiki.gnome.org/Projects/LibGWeather" arch="all" @@ -11,7 +11,7 @@ license="LGPL-2.1-or-later" depends="tzdata gsettings-desktop-schemas" makedepends="gtk+3.0-dev libsoup-dev libxml2-dev vala glib-dev geocode-glib-dev gobject-introspection-dev - libxml2-utils gtk-doc py-six glade-dev meson ninja" + libxml2-utils gtk-doc glade-dev meson ninja" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://download.gnome.org/sources/libgweather/${pkgver%.*}/libgweather-$pkgver.tar.xz fix-test.patch |