summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072018-05-29 17:06:37 +0200
committersL1pKn072018-05-29 17:06:37 +0200
commit89175eba757b7ea7d883e6c85f9335de9f9cc67b (patch)
treec6f54fc343b68f26c29f66ce1026a3c293b6150b /PKGBUILD
parent6fe5e6d61da2a9c58e82019cc7815a9851bd6874 (diff)
downloadaur-89175eba757b7ea7d883e6c85f9335de9f9cc67b.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29a0984fc816..dbe49a5be8a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=d2vsource
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v1.1.4.g5b5e587
+pkgver=v1.1.7.g99b10e3
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
@@ -16,12 +16,8 @@ depends=('vapoursynth'
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
-source=("git+https://github.com/dwbuiten/${_plug}.git"
- 'ffmpeg4.patch'
- )
-sha256sums=('SKIP'
- 'fe0cc3859a6e30e8bde4d79e78adbc5f315628cdfcc46abb9c38825674009183'
- )
+source=("git+https://github.com/dwbuiten/${_plug}.git")
+sha256sums=('SKIP')
pkgver() {
cd "${_plug}"
@@ -31,8 +27,6 @@ pkgver() {
prepare() {
mkdir -p build
- patch -d "${_plug}" -p1 -i "${srcdir}/ffmpeg4.patch"
-
cd "${_plug}"
./autogen.sh