diff --git a/.SRCINFO b/.SRCINFO index 80f9ef7..883f399 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,12 @@ pkgbase = vapoursynth-plugin-vship-cuda-git pkgdesc = Plugin for Vapoursynth: vship for nvidia gpus (GIT version) pkgver = 4.0.0.21.g5308ad8 - pkgrel = 2 + pkgrel = 3 url = https://github.com/Line-fr/Vship arch = x86_64 license = MIT makedepends = git makedepends = make - depends = vapoursynth depends = cuda optdepends = vapoursynth: vapoursynth plugin usage provides = vapoursynth-plugin-vship diff --git a/PKGBUILD b/PKGBUILD index 76e731c..db2cbaa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,13 @@ _plug=vship pkgname=vapoursynth-plugin-vship-cuda-git -pkgrel=2 +pkgrel=3 pkgver=4.0.0.21.g5308ad8 pkgdesc="Plugin for Vapoursynth: vship for nvidia gpus (GIT version)" arch=('x86_64') url='https://github.com/Line-fr/Vship' license=('MIT') -depends=('vapoursynth' 'cuda') +depends=('cuda') makedepends=('git' 'make') optdepends=('vapoursynth: vapoursynth plugin usage') provides=("vapoursynth-plugin-vship" "libvship")