diff options
author | sL1pKn07 | 2023-02-15 00:46:13 +0100 |
---|---|---|
committer | sL1pKn07 | 2023-02-15 00:46:13 +0100 |
commit | 9b80c39a234ebad374b449ee3a31e722c36b814d (patch) | |
tree | 3ca5d4ed0e7decfc52f22b721d4e0c56b39eb7a2 /PKGBUILD | |
parent | b485bf3fdb1853976219762c905ca7ed126d5f6c (diff) | |
download | aur-vapoursynth-plugin-astdr-git.tar.gz |
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ -# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> +# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> _plug=astdr pkgname=vapoursynth-plugin-${_plug}-git -pkgver=3.1.g29c34ac +pkgver=4.0.g9cd2154 pkgrel=1 pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)" arch=('any') @@ -10,14 +10,14 @@ url="https://github.com/dubhater/vapoursynth-${_plug}" license=('GPL') depends=('vapoursynth-plugin-awarpsharp2-git' 'vapoursynth-plugin-decross-git' - 'vapoursynth-plugin-fluxsmooth-git' + 'vapoursynth-plugin-fluxsmooth' 'vapoursynth-plugin-hqdn3d-git' 'vapoursynth-plugin-temporalsoften2-git' 'vapoursynth-plugin-fft3dfilter-git' 'vapoursynth-plugin-motionmask-git' 'vapoursynth-plugin-adjust-git' ) -optdepends=('vapoursynth-plugin-mvtools-git' +optdepends=('vapoursynth-plugin-mvtools' 'vapoursynth-plugin-ctmf-git' ) makedepends=('git') |