summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralexdiaconescu2019-06-15 11:24:17 +0300
committeralexdiaconescu2019-06-15 11:24:17 +0300
commit6997c6d3bee4288f33f7f88da2fe2430c9ea0ebf (patch)
treefc831044f208dee0b4a231515465fa238fb43e8e /PKGBUILD
parent780d8494d915b3906b30366da39a539d656a0439 (diff)
downloadaur-6997c6d3bee4288f33f7f88da2fe2430c9ea0ebf.tar.gz
Update to r2625.83cb3116
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34a6eb455d83..faa424046b22 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Darko82 <darko 82 (hat) gmail dotcom>
# Maintainer: Joermungand <joermungand at gmail dot com>
pkgname=photoflow-git
-pkgver=r2608.da84a071
+pkgver=r2625.83cb3116
pkgrel=1
pkgdesc="Non-destructive, layer-based photo retouching including RAW image development"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd ${srcdir}/${pkgname%-*}
- sed -i 's/-Werror//' src/external/rawspeed/CMakeLists.txt
+ sed -i 's/-Wno-deprecated-declarations/-Wno-deprecated-declarations -Wno-unused-result -Wno-stringop-overflow/' src/CMakeLists.txt
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DINSTALL_PREFIX=/usr -DBUNDLED_GEXIV2=OFF ..