Remove vapoursynthas a depend

This commit is contained in:
CreamSodass
2025-11-26 23:46:59 +00:00
parent e295c3c05d
commit 91b1c13cd8
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -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
+2 -2
View File
@@ -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")