summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2019-11-08 19:22:46 +0800
committerlilac2019-11-08 19:22:46 +0800
commit1d0cab7417bc0abb1fac1fc29b7d4f295125bff5 (patch)
tree2c4a8b9b9ea0b6bb394750f948e6302d197e2c53 /PKGBUILD
parent36302a9873f1f914d9749c6baf4b99c3b025516f (diff)
downloadaur-1d0cab7417bc0abb1fac1fc29b7d4f295125bff5.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ebab511a1b3..614d0881bf6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,12 @@
pkgname=python-torchvision
_pkgname=vision
pkgver=0.4.2
-pkgrel=1
+pkgrel=3
pkgdesc='Datasets, transforms, and models specific to computer vision'
arch=('x86_64')
url='https://github.com/pytorch/vision'
license=('BSD')
depends=(
- 'python-av'
'python-numpy'
'python-pillow'
'python-pytorch'
@@ -21,7 +20,14 @@ depends=(
'python-six'
'python-tqdm'
)
+optdepends=(
+ 'ffmpeg: video reader backend (the recommended one with better performance)'
+ 'python-av: video reader backend (the default one)'
+)
makedepends=(
+ 'cuda'
+ 'ffmpeg'
+ 'python-av'
'python-setuptools'
'qt5-base'
)