summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFredrik Strandin2019-07-15 22:29:32 +0200
committerFredrik Strandin2019-07-15 22:29:32 +0200
commit5175de6f33bead4203d392151de933c641b9e35f (patch)
tree074838810ec00f0354da2fde3209d19adaa8cfcd /PKGBUILD
parent826e1869b823e4395b89ee7d28b0b1b186cb7106 (diff)
downloadaur-5175de6f33bead4203d392151de933c641b9e35f.tar.gz
Fix compile issue from deprecated functions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 706c45251af7..7bf4a56b9a81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="dspdfviewer"
pkgver=1.15.1
-pkgrel=3
+pkgrel=4
pkgdesc="Viewer for latex-beamer presentations that are built with the «show notes on second screen»-option"
arch=('i686' 'x86_64')
url="https://github.com/dannyedel/dspdfviewer"
@@ -20,6 +20,7 @@ build() {
-DSYSCONFDIR="/etc" \
-DCMAKE_BUILD_TYPE=Release \
-DBuildTests=OFF \
+ -DCMAKE_CXX_FLAGS_INIT="-Wno-error=deprecated-declarations" \
-DDSPDFVIEWER_VERSION="${pkgver}"
make
}