summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-10-10 15:14:23 +0200
committersL1pKn072023-10-10 15:14:23 +0200
commit062cfc4470549195beebc65b02e837ca5d9a7826 (patch)
tree910c6e6a6adb805a6bebdc098ea4dd234f3569f3
parentd8c2a213e784bc10bf14a8392be19abf333cddbd (diff)
downloadaur-vapoursynth-plugin-d2vsource-git.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD22
2 files changed, 11 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 725903ba3b17..fc51a2f8879b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = vapoursynth-plugin-d2vsource-git
pkgdesc = Plugin for Vapoursynth: d2vsource (GIT version)
- pkgver = 1.2.16.g700523c
- pkgrel = 2
+ pkgver = 1.3.0.g564701e
+ pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=166399
arch = x86_64
license = LGPL2.1
makedepends = git
depends = vapoursynth
+ depends = ffmpeg
depends = libavutil.so
depends = libavformat.so
depends = libavcodec.so
@@ -14,8 +15,6 @@ pkgbase = vapoursynth-plugin-d2vsource-git
conflicts = vapoursynth-plugin-d2vsource
options = debug
source = d2vsource::git+https://github.com/dwbuiten/d2vsource.git
- source = https://patch-diff.githubusercontent.com/raw/dwbuiten/d2vsource/pull/52.diff
sha256sums = SKIP
- sha256sums = ef7130f38fbc3a7a036d2fdf9ced4746b35cd794955c3c52c0d9c323f8498f3c
pkgname = vapoursynth-plugin-d2vsource-git
diff --git a/PKGBUILD b/PKGBUILD
index 43121435ede1..49581da10548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,25 +2,21 @@
_plug=d2vsource
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=1.2.16.g700523c
-pkgrel=2
+pkgver=1.3.0.g564701e
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://forum.doom9.org/showthread.php?t=166399'
license=('LGPL2.1')
-depends=('vapoursynth'
- 'libavutil.so'
- 'libavformat.so'
- 'libavcodec.so'
- )
+depends=(
+ 'vapoursynth'
+ 'ffmpeg' 'libavutil.so' 'libavformat.so' 'libavcodec.so'
+)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
-source=("${_plug}::git+https://github.com/dwbuiten/${_plug}.git"
- 'https://patch-diff.githubusercontent.com/raw/dwbuiten/d2vsource/pull/52.diff')
-sha256sums=('SKIP'
- 'ef7130f38fbc3a7a036d2fdf9ced4746b35cd794955c3c52c0d9c323f8498f3c'
- )
+source=("${_plug}::git+https://github.com/dwbuiten/${_plug}.git")
+sha256sums=('SKIP')
options=('debug')
pkgver() {
@@ -30,8 +26,6 @@ pkgver() {
prepare() {
mkdir -p build
-
- patch -d d2vsource -p1 -i "${srcdir}/52.diff"
}
build() {