diff options
Diffstat (limited to 'community/gom/APKBUILD')
-rw-r--r-- | community/gom/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gom/APKBUILD b/community/gom/APKBUILD index c41d342aa7..ddfb3102c0 100644 --- a/community/gom/APKBUILD +++ b/community/gom/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gom pkgver=0.4 -pkgrel=0 +pkgrel=1 pkgdesc="GObject Data Mapper" url="https://wiki.gnome.org/Projects/Gom" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } |