diff options
author | sL1pKn07 | 2020-03-22 17:41:29 +0100 |
---|---|---|
committer | sL1pKn07 | 2020-03-22 17:41:29 +0100 |
commit | f46d899b15aec83bb0a59043c916aa27554b4f22 (patch) | |
tree | 26cd3edbef315d56b45f8ce453b2308ed06fd0c3 | |
parent | 1acb8ca92314948e5b1e22804f1c05ae4fa9f2e4 (diff) | |
download | aur-f46d899b15aec83bb0a59043c916aa27554b4f22.tar.gz |
bump
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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' ) |