summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-08 02:54:00 +0100
committersL1pKn072020-03-08 02:54:00 +0100
commite0c0fa77864feb870d3c1c12ab123c66d118bfe6 (patch)
tree9c47519fb95d9c57e142fa2c324f6d7c57fb2f24
parent1c38fc11be402dd82197effdc772cba532dc7c91 (diff)
downloadaur-e0c0fa77864feb870d3c1c12ab123c66d118bfe6.tar.gz
bump
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b391d51b1aaf..15f9dbe23b75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = ffms2-git
provides = ffms2
provides = libffms2.so
provides = vapoursynth-plugin-ffms2
+ provides = vapoursynth-plugin-ffms2-git
conflicts = ffms2
source = git+https://github.com/FFMS/ffms2.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6beb6678b616..0edd0642c602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ makedepends=('git')
provides=('ffms2'
'libffms2.so'
'vapoursynth-plugin-ffms2'
+ 'vapoursynth-plugin-ffms2-git'
)
conflicts=('ffms2')
source=('git+https://github.com/FFMS/ffms2.git')