summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 684077c8fec5..3a6605084307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=slowmovideo-git
-pkgver=20160117
+pkgver=20160408
pkgrel=1
pkgdesc="Video slow motion effect via interpolation"
arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@ pkgver() {
build() {
cd "${srcdir}/slowmoVideo"
- mkdir build && cd build
+ mkdir -p build && cd build
export LDFLAGS="-lX11 ${LDFLAGS}"
cmake -DUSE_QTKIT=FALSE -DENABLE_TESTS=FALSE -DCMAKE_INSTALL_PREFIX=/usr ../src
make