summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormarco442018-02-10 19:21:12 +0100
committermarco442018-02-10 19:21:12 +0100
commit8582b0f24e17691831b7b6466a884b669dcb911f (patch)
treee1d836ed0a4324136147349d59fbd049d32908d9 /PKGBUILD
parenteee75f4b94a374a07330e73ce28fa6edc2e899bb (diff)
downloadaur-8582b0f24e17691831b7b6466a884b669dcb911f.tar.gz
Remove -DUSE_GNOME_KEYRING=Off
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9756be966eac..d0df9cd59454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: orbisvicis <orbisvicis at gmail dot com>
pkgname=darktable-git
_gitname=darktable
-pkgver=release.2.3.0.r54.gc4fc7e36c
+pkgver=release.2.5.0.r220.g19407a592
pkgrel=1
pkgdesc="A virtual lighttable and darkroom for photographers"
arch=('i686' 'x86_64')
@@ -52,7 +52,6 @@ build() {
-DUSE_LIBSECRET=On \
-DUSE_LUA=On \
-DBUILD_USERMANUAL=False \
- -DUSE_GNOME_KEYRING=Off \
-DUSE_COLORD=On \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_C_FLAGS="-Wno-error=deprecated-declarations -Wno-error=unused-result" \