summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-03-02 20:58:30 +0100
committersL1pKn072019-03-02 20:58:30 +0100
commita16e1b045397d9aab2217296ab5f60d5706c2821 (patch)
treeb0db2506b87f167a41022ad965ce8baca6fc9f24
parent7554fb743fc1d8a2aca7ec409beb53974c432807 (diff)
downloadaur-a16e1b045397d9aab2217296ab5f60d5706c2821.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fb295ea7e24..a31fe0034997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Mar 1 16:38:20 UTC 2019
+# Sat Mar 2 19:58:30 UTC 2019
pkgbase = vapoursynth-plugin-removedirtvs-git
pkgdesc = Plugin for Vapoursynth: removedirtvs (GIT version)
pkgver = r78.ddc78e5
@@ -12,7 +12,7 @@ pkgbase = vapoursynth-plugin-removedirtvs-git
provides = vapoursynth-plugin-removedirtvs
conflicts = vapoursynth-plugin-removedirtvs
source = git+https://github.com/handaimaoh/removedirtvs.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = vapoursynth-plugin-removedirtvs-git
diff --git a/PKGBUILD b/PKGBUILD
index 6e1190a9444f..de43d3a1f717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("git+https://github.com/handaimaoh/${_plug}.git")
-sha1sums=('SKIP')
+sha256sums=('SKIP')
_sites_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"
@@ -25,7 +25,7 @@ pkgver() {
prepare() {
cd "${_plug}"
- rm -fr {VapourSynth,VSHelper}.h
+ rm -fr VapourSynth.h VSHelper.h
echo "all:
g++ -c -std=gnu++11 -DVS_TARGET_CPU_X86=1 -fpermissive -fPIC ${CXXFLAGS} ${CPPFLAGS} -I. $(pkg-config --cflags vapoursynth) -o DupBlocks.o DupBlocks.cpp