diff options
Diffstat (limited to 'community/gitg/APKBUILD')
-rw-r--r-- | community/gitg/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gitg/APKBUILD b/community/gitg/APKBUILD index de4a42acec..0e9f50fa45 100644 --- a/community/gitg/APKBUILD +++ b/community/gitg/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gitg pkgver=3.32.1 -pkgrel=3 +pkgrel=4 pkgdesc="gitg is the GNOME GUI client to view git repositories" url="https://wiki.gnome.org/Apps/Gitg" arch="all !s390x" # missing gtksourceview @@ -20,7 +20,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } |