summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8349743575e3..0d606a4ed8ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-kornia-git
pkgdesc = Open Source Differentiable Computer Vision Library for PyTorch
- pkgver = v0.1.3.r110.ga48164b
+ pkgver = v0.2.0.r8.ge110f3b
pkgrel = 1
url = https://github.com/kornia/kornia
arch = any
@@ -8,6 +8,12 @@ pkgbase = python-kornia-git
makedepends = git
makedepends = python-setuptools
depends = python-pytorch
+ depends = python-pillow
+ depends = python-torchvision
+ depends = opencv
+ depends = python-matplotlib
+ depends = ipython
+ depends = jupyter
provides = python-kornia
conflicts = python-kornia
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 84764e74727e..99a344757919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-kornia-git
_name=kornia
-pkgver=v0.1.3.r110.ga48164b
+pkgver=v0.2.0.r8.ge110f3b
pkgrel=1
arch=(any)
url='https://github.com/kornia/kornia'
@@ -12,7 +12,7 @@ makedepends=(
'git'
'python-setuptools'
)
-depends=('python-pytorch')
+depends=('python-pytorch' 'python-pillow' 'python-torchvision' 'opencv' 'python-matplotlib' 'ipython' 'jupyter')
provides=('python-kornia')
conflicts=('python-kornia')
options=(!emptydirs)