summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-22 17:41:29 +0100
committersL1pKn072020-03-22 17:41:29 +0100
commitf46d899b15aec83bb0a59043c916aa27554b4f22 (patch)
tree26cd3edbef315d56b45f8ce453b2308ed06fd0c3
parent1acb8ca92314948e5b1e22804f1c05ae4fa9f2e4 (diff)
downloadaur-f46d899b15aec83bb0a59043c916aa27554b4f22.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 3c87764c6ef2..c87109d50aa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,8 +13,8 @@ pkgbase = avisynth-plugin-lsmashsource-git
depends = libavcodec.so
depends = libswscale.so
depends = liblsmash.so
- provides = vapoursynth-plugin-lsmashsource
- conflicts = vapoursynth-plugin-lsmashsource
+ provides = avisynth-plugin-lsmashsource
+ conflicts = avisynth-plugin-lsmashsource
source = lsmashsource::git+https://github.com/HolyWu/L-SMASH-Works.git
source = avisynth.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b8fb742eea44..c8aabda5f645 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,8 @@ depends=('avisynthplus'
makedepends=('git'
'meson'
)
-provides=("vapoursynth-plugin-${_plug}")
-conflicts=("vapoursynth-plugin-${_plug}")
+provides=("avisynth-plugin-${_plug}")
+conflicts=("avisynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/HolyWu/L-SMASH-Works.git"
'avisynth.patch'
)