diff options
Diffstat (limited to 'community/gnome-font-viewer/APKBUILD')
-rw-r--r-- | community/gnome-font-viewer/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-font-viewer/APKBUILD b/community/gnome-font-viewer/APKBUILD index 69a27a7974..14f414bbef 100644 --- a/community/gnome-font-viewer/APKBUILD +++ b/community/gnome-font-viewer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-font-viewer pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="View fonts on your system" url="https://gitlab.gnome.org/GNOME/gnome-font-viewer" arch="all" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } |