diff options
Diffstat (limited to 'community/gnome-calendar/APKBUILD')
-rw-r--r-- | community/gnome-calendar/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-calendar/APKBUILD b/community/gnome-calendar/APKBUILD index 48ee7e1e74..c098eb036d 100644 --- a/community/gnome-calendar/APKBUILD +++ b/community/gnome-calendar/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-calendar pkgver=3.34.2 -pkgrel=1 +pkgrel=2 pkgdesc="Calendar application for GNOME" url="https://wiki.gnome.org/Apps/Calendar" arch="all" @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } |