diff options
Diffstat (limited to 'community/gpaste/APKBUILD')
-rw-r--r-- | community/gpaste/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gpaste/APKBUILD b/community/gpaste/APKBUILD index b7ad88ed2c..a2c3c3db0d 100644 --- a/community/gpaste/APKBUILD +++ b/community/gpaste/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gpaste pkgver=3.34.1 -pkgrel=1 +pkgrel=2 pkgdesc="Clipboard managment system" url="https://github.com/Keruspe/GPaste" arch="all !armhf !s390x !ppc64le" # limited by gnome-control-center @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dsystemd=false \ . output ninja -C output |