Package Details: vapoursynth-plugin-znedi3-git 2.1.22.g4e88a5d-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-znedi3-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-znedi3-git
Description: Plugin for Vapoursynth: znedi3 (GIT Version)
Upstream URL: https://github.com/sekrit-twc/znedi3
Licenses: GPL2
Conflicts: vapoursynth-plugin-znedi3
Provides: vapoursynth-plugin-znedi3
Submitter: MikuroK
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 6
Popularity: 0.000023
First Submitted: 2018-01-30 02:18 (UTC)
Last Updated: 2023-01-23 16:38 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

pingplug commented on 2018-03-17 03:01 (UTC) (edited on 2018-03-17 03:01 (UTC) by pingplug)

source=("git+https://github.com/sekrit-twc/znedi3.git"
        "git+https://github.com/sekrit-twc/vsxx.git")
md5sums=('SKIP'
         'SKIP')

prepare() {
  cd "${_plug}"
  rm -r vsxx
  ln -sf ../vsxx ./
}

this should be better?