diff options
author | sL1pKn07 | 2022-02-06 23:57:50 +0100 |
---|---|---|
committer | sL1pKn07 | 2022-02-06 23:57:50 +0100 |
commit | b3734fc4ef282b5cba1de267dc9f178e03837045 (patch) | |
tree | 31861d609a48a3a003ddbacf0640d725018f9fd9 /PKGBUILD | |
parent | 7fbf36ed62763967e67f1b52f8a0804afcd8c353 (diff) | |
download | aur-b3734fc4ef282b5cba1de267dc9f178e03837045.tar.gz |
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -2,7 +2,7 @@ _plug=vsgan pkgname=vapoursynth-plugin-${_plug}-git -pkgver=1.3.1.0.g3b545bf +pkgver=1.6.4.44.ga4269a8 pkgrel=1 pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)" arch=('any') @@ -12,14 +12,10 @@ depends=('vapoursynth-plugin-mvsfunc-git' 'python-numpy' ) makedepends=('git' - 'python-build' 'python-pip' - 'python-wheel' ) -optdepends=('python-pytorch: CPU' - 'python-pytorch-opt: CPU with AVX2 optimizations' - 'python-pytorch-cuda: CUDA and CPU' - 'python-pytorch-opt-cuda: CUDA with CPU with AVX2 optimizations' +optdepends=('python-pytorch: CPU with AVX2 optimizations' + 'python-pytorch-cuda: CUDA with CPU with AVX2 optimizations' ) provides=("vapoursynth-plugin-${_plug}") conflicts=("vapoursynth-plugin-${_plug}") @@ -35,7 +31,7 @@ pkgver() { build() { cd "${_plug}" - pyproject-build -x -w + pip wheel --no-deps . -w dist } package() { |