diff options
Diffstat (limited to 'community/gnome-podcasts/APKBUILD')
-rw-r--r-- | community/gnome-podcasts/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-podcasts/APKBUILD b/community/gnome-podcasts/APKBUILD index 70df8d89a1..4bf2011d11 100644 --- a/community/gnome-podcasts/APKBUILD +++ b/community/gnome-podcasts/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-podcasts pkgver=0.4.7 -pkgrel=0 +pkgrel=1 pkgdesc="Podcast app for GNOME" url="https://wiki.gnome.org/Apps/Podcasts" arch="all !s390x !x86" # rust crashing on x86, missing deps on s390x @@ -25,7 +25,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } |