diff options
Diffstat (limited to 'community/geocode-glib/APKBUILD')
-rw-r--r-- | community/geocode-glib/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/geocode-glib/APKBUILD b/community/geocode-glib/APKBUILD index 111c86aca6..6a5ebfd13e 100644 --- a/community/geocode-glib/APKBUILD +++ b/community/geocode-glib/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=geocode-glib pkgver=3.26.1 -pkgrel=0 +pkgrel=1 pkgdesc="Geocoding helper library" url="https://www.gnome.org/" arch="all" @@ -16,7 +16,7 @@ build() { cd "$builddir"/build meson \ --prefix=/usr \ - --buildtype=release \ + --buildtype=debugoptimized \ --sysconfdir=/etc \ -Denable-installed-tests=false \ .. |