diff options
Diffstat (limited to 'community/libgweather')
-rw-r--r-- | community/libgweather/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD index e07cbbf660..d085658468 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=3 +pkgrel=4 pkgdesc="GNOME weather library" url="https://wiki.gnome.org/Projects/LibGWeather" arch="all" @@ -20,9 +20,9 @@ source="https://download.gnome.org/sources/libgweather/${pkgver%.*}/libgweather- build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ --sysconfdir=/etc \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dgtk_doc=true \ -Denable_vala=true \ . output |