aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/shotwell/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD
index 9c57639bdf..4bcdba4c00 100644
--- a/community/shotwell/APKBUILD
+++ b/community/shotwell/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=shotwell
pkgver=0.23.0
-pkgrel=1
+pkgrel=2
pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
url="http://yorba.org/shotwell/"
arch="x86 x86_64"
@@ -36,6 +36,7 @@ build () {
--prefix=/usr \
--disable-desktop-update \
--disable-icon-update \
+ --disable-schemas-compile \
|| return 1
make
}