diff options
Diffstat (limited to 'testing/tau/APKBUILD')
-rw-r--r-- | testing/tau/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tau/APKBUILD b/testing/tau/APKBUILD index dc818156d6..634cc4b688 100644 --- a/testing/tau/APKBUILD +++ b/testing/tau/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=tau pkgver=0.10.1 -pkgrel=0 +pkgrel=1 pkgdesc="GTK frontend for the Xi text editor, written in Rust" url="https://gitlab.gnome.org/World/Tau" arch="all !s390x" @@ -26,7 +26,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } |