diff options
author | sL1pKn07 | 2020-03-08 03:59:30 +0100 |
---|---|---|
committer | sL1pKn07 | 2020-03-08 03:59:30 +0100 |
commit | e73e86cd68c7ab481432c6aa84d425fbf26c7a25 (patch) | |
tree | fc17426f814323100d93e14ce3bb848408c2195d /PKGBUILD | |
parent | 3b4141498d92cf0e29238e016f34ededc0f5e009 (diff) | |
download | aur-e73e86cd68c7ab481432c6aa84d425fbf26c7a25.tar.gz |
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -3,14 +3,12 @@ _plug=dither pkgname=vapoursynth-plugin-${_plug}-git pkgver=r19.0f209b6 -pkgrel=2 +pkgrel=3 pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)" arch=('any') url='https://forum.doom9.org/showthread.php?t=171525' license=('GPL') -depends=('vapoursynth' - 'vapoursynth-plugin-fmtconv-git' - ) +depends=('vapoursynth-plugin-fmtconv-git') makedepends=('git') provides=("vapoursynth-plugin-${_plug}") conflicts=("vapoursynth-plugin-${_plug}") |