diff options
Diffstat (limited to 'community/gnome-photos/APKBUILD')
-rw-r--r-- | community/gnome-photos/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-photos/APKBUILD b/community/gnome-photos/APKBUILD index a8f86e28ab..ea02433ea9 100644 --- a/community/gnome-photos/APKBUILD +++ b/community/gnome-photos/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-photos pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="Access, organize and share your photos on GNOME" url="https://wiki.gnome.org/Apps/Photos" arch="all !s390x" # Limited by gegl-dev @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Ddogtail=false \ . output ninja -C output |