summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-08-15 23:49:25 +0200
committerGustavo Alvarez2016-08-15 23:49:25 +0200
commit1184e04b2aa7a40a8a3436ea03716a05d65df99e (patch)
tree3473e16bf9bea855ff747a774e73428c8d18c0f7
parent788f779f41166df38be3067758bce30fbec99080 (diff)
downloadaur-1184e04b2aa7a40a8a3436ea03716a05d65df99e.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38abb38e99e7..e3c5012b92fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Aug 15 21:48:11 UTC 2016
+# Mon Aug 15 21:49:20 UTC 2016
pkgbase = vapoursynth-plugin-sangnom-hg
pkgdesc = Plugin for Vapoursynth: sangnom (HG version)
pkgver = 25.580e6af65876
diff --git a/PKGBUILD b/PKGBUILD
index 74bf560e5c7f..6b7209ad4d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,8 @@ prepare() {
build() {
cd "${_plug}"
- ./configure --libdir="/usr/lib/vapoursynth"
+ ./configure \
+ --libdir="/usr/lib/vapoursynth"
make
}