diff options
Diffstat (limited to 'community/gexiv2')
-rw-r--r-- | community/gexiv2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gexiv2/APKBUILD b/community/gexiv2/APKBUILD index 74c5ae453f..87b5363c4f 100644 --- a/community/gexiv2/APKBUILD +++ b/community/gexiv2/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gexiv2 pkgver=0.12.0 -pkgrel=2 +pkgrel=3 pkgdesc="a GObject-based wrapper around the Exiv2 library" url="https://wiki.gnome.org/Projects/gexiv2" arch="all" @@ -20,7 +20,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dgtk_doc=true \ -Dintrospection=true \ -Dvapi=true \ |