summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephen Zhang2017-04-11 10:55:53 +0800
committerStephen Zhang2017-04-11 10:55:53 +0800
commita619d570cd4ffa86d1e479d9e0c97f74160ae3b0 (patch)
tree05cf756eda29ce183c36e6d72809a2c0f3a30e67 /PKGBUILD
parentc155cd29bb63b1fd066b8ce0bf0df0b92fe178de (diff)
downloadaur-a619d570cd4ffa86d1e479d9e0c97f74160ae3b0.tar.gz
fix spelling error, make git as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d60b2936aee9..ca75466fb4b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU accelerat
arch=('x86_64')
url="https://github.com/pytorch/pytorch"
license=('BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 'gcc5' 'cmake')
-depennds=('cuda' 'cudnn')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 'gcc5' 'cmake' 'git')
+depends=('cuda' 'cudnn')
source=("git://github.com/pytorch/pytorch")
sha256sums=('SKIP')