summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-12-25 22:27:37 +0100
committersl1pkn072015-12-25 22:27:37 +0100
commitc7223e3bea4527b96d8fc1c0137312837bddecb5 (patch)
tree604989581e7a86f96d04e15ca6b7563a8fff3f54
parentdfb3607f28840352dad03bc7a69233589ad1cb0f (diff)
downloadaur-c7223e3bea4527b96d8fc1c0137312837bddecb5.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd2feb04c31e..edaf3adda9c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri Dec 25 21:27:18 UTC 2015
pkgbase = vapoursynth-plugin-mvtools_sf-git
pkgdesc = Plugin for Vapoursynth: mvtools_sf (GIT version)
pkgver = test12.2.gfb08881
diff --git a/PKGBUILD b/PKGBUILD
index b5baa86773b8..b1f0fb610b29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,8 +31,7 @@ prepare() {
build() {
cd "${_plug}"
- ./configure --prefix=/usr \
- --libdir=/usr/lib/vapoursynth
+ ./configure --libdir=/usr/lib/vapoursynth
make
}