summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-09-25 18:23:56 +0200
committersl1pkn072015-09-25 18:23:56 +0200
commitffb741edb5aaf10970ba966dec49ed171b48b1fd (patch)
treeeee7740b2c0de7b1c3c00839aea3799a0e338991
parente26956a7c1c529d4d43173fc6e2f3ef4f8713f03 (diff)
downloadaur-ffb741edb5aaf10970ba966dec49ed171b48b1fd.tar.gz
Update depends()
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abb2d117ba40..7daf54e5b87d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
pkgbase = vapoursynth-plugin-vshelpers-git
pkgdesc = Plugin for Vapoursynth: vshelpers (GIT version)
- pkgver = r1
+ pkgver = r2
pkgrel = 1
url = https://gist.github.com/4re
arch = any
license = GPL
makedepends = git
- depends = vapoursynth
+ depends = ffms2
+ depends = vapoursynth-plugin-lsmashsource
+ depends = vapoursynth-plugin-fmtconv-git
+ depends = vapoursynth-plugin-removedirtvs-git
provides = vapoursynth-plugin-vshelpers
conflicts = vapoursynth-plugin-vshelpers
source = vshelpers::git+https://gist.github.com/bba3f65469acfe0ec08a.git
diff --git a/PKGBUILD b/PKGBUILD
index cb4ee57b4f95..0e0e157e5c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,17 @@
_plug=vshelpers
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r1
+pkgver=r2
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
-url="https://gist.github.com/4re"
+url='https://gist.github.com/4re'
license=('GPL')
-depends=('vapoursynth')
+depends=('ffms2'
+ 'vapoursynth-plugin-lsmashsource'
+ 'vapoursynth-plugin-fmtconv-git'
+ 'vapoursynth-plugin-removedirtvs-git'
+ )
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")