summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFredrik Strandin2015-12-02 20:45:44 +0100
committerFredrik Strandin2015-12-02 20:45:44 +0100
commit200ccd2bb4f0379c579a8c5add02a72f50c52549 (patch)
tree8bfa1178405ec6229dae5429358f64046ac7f963 /PKGBUILD
parent10b77fe80abc186742508ec214f293597c863ecf (diff)
downloadaur-200ccd2bb4f0379c579a8c5add02a72f50c52549.tar.gz
Update to 1.14-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d27f10dc9774..19df1ede3cc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fredrik Strandin <fredrik@strandin.name>
pkgname="dspdfviewer"
-pkgver=1.13.1
+pkgver=1.14
pkgrel=1
pkgdesc="Viewer for latex-beamer presentations that are built with the «show notes on second screen»-option"
arch=('i686' 'x86_64')
@@ -11,8 +11,7 @@ depends=('boost-libs' 'poppler-qt4')
makedepends=('cmake' 'boost')
conflicts=('dspdfviewer-git')
source=("https://github.com/dannyedel/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('aa47ae8b520daaa2963008be7d17f772')
-sha256sums=('333588de0316cfdb5821b8484ee55690dfa3c7431b67c126bfdbe9c9cc3e1ed4')
+sha256sums=('e0cc19e12f241d92c59f358e4fa69c9c3f5b65b456391b881803d393134baf7f')
build() {
cd "${pkgname}-${pkgver}"
@@ -20,6 +19,7 @@ build() {
-DCMAKE_INSTALL_PREFIX="/usr/" \
-DSYSCONFDIR="/etc" \
-DCMAKE_BUILD_TYPE=Release \
+ -DBuildTests=OFF \
-DDSPDFVIEWER_VERSION="${pkgver}"
make
}