diff options
Diffstat (limited to 'community/template-glib/APKBUILD')
-rw-r--r-- | community/template-glib/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/template-glib/APKBUILD b/community/template-glib/APKBUILD index cd23b46675..b4fd410652 100644 --- a/community/template-glib/APKBUILD +++ b/community/template-glib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=template-glib pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="library for template expansion which supports calling into GObject Introspection from templates" url="https://gitlab.gnome.org/GNOME/template-glib" arch="all" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } |