aboutsummaryrefslogtreecommitdiffstats
path: root/community/epiphany
diff options
context:
space:
mode:
Diffstat (limited to 'community/epiphany')
-rw-r--r--community/epiphany/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/epiphany/APKBUILD b/community/epiphany/APKBUILD
index 9996b29031..4615fbb55f 100644
--- a/community/epiphany/APKBUILD
+++ b/community/epiphany/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=epiphany
pkgver=3.34.4
-pkgrel=0
+pkgrel=1
pkgdesc="A simple, clean, beautiful view of the web"
url="https://wiki.gnome.org/Apps/Web"
arch="all !s390x" # libhandy is not available on s390x
@@ -21,7 +21,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=debugoptimized \
+ --buildtype=plain \
. output
ninja -C output
}