diff options
author | sL1pKn07 | 2019-04-11 17:40:17 +0200 |
---|---|---|
committer | sL1pKn07 | 2019-04-11 17:40:17 +0200 |
commit | ad54deb23d8bb3ceffb6fcec0af7706c54fb63b0 (patch) | |
tree | 83f81b85ecc1547be2962e6f67a329f98e785ba8 /PKGBUILD | |
parent | d9979f58c23f7d8b2930d709e15b5db8d60f7d42 (diff) | |
download | aur-ad54deb23d8bb3ceffb6fcec0af7706c54fb63b0.tar.gz |
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -15,25 +15,14 @@ makedepends=('git' ) provides=("vapoursynth-plugin-${_plug}") conflicts=("vapoursynth-plugin-${_plug}") -source=("${_plug}::git+https://github.com/WolframRhodium/VapourSynth-dpid.git" - 'esee' - ) -sha256sums=('SKIP' - 'SKIP' - ) +source=("${_plug}::git+https://github.com/WolframRhodium/VapourSynth-dpid.git") +sha256sums=('SKIP') pkgver() { cd "${_plug}" echo "$(git describe --long --tags | tr - .)" } -prepare() { - cd "${_plug}/Source" - - patch -p2 -i "${srcdir}/esee" -} - - build() { make -C "${_plug}/Source" } |