summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-03-02 20:53:00 +0100
committersL1pKn072019-03-02 20:53:00 +0100
commit41a23f89487cb75774703a375881e9b490dcfbc4 (patch)
tree401ef7751c0aaa9cf2b91d9ad81165f796a6c307
parentf8d75ff44acf5733f0afd7edb0e8af64108f42e7 (diff)
downloadaur-41a23f89487cb75774703a375881e9b490dcfbc4.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2636c730677..e30556290271 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 9 19:02:55 UTC 2019
+# Sat Mar 2 19:53:00 UTC 2019
pkgbase = vapoursynth-plugin-continuityfixer-git
pkgdesc = Plugin for Vapoursynth: continuityfixer (GIT version)
pkgver = v6.0.gf1bc9a9
diff --git a/PKGBUILD b/PKGBUILD
index d84b5ff892f7..868ff29ed248 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,8 +28,7 @@ prepare() {
}
build() {
- cd "${_plug}"
- make
+ make -C "${_plug}"
}
package(){