summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2016-12-04 12:29:49 +0800
committerJingbei Li2016-12-04 12:29:49 +0800
commit9854d3c16a4fb66b524bf7a70f6aa0419e35ad40 (patch)
tree8aa6e2f683695841da32a91962fb1e3a3f5c9250
parent2d42ecd1acbfc23a0f772f7086570def66838a58 (diff)
downloadaur-9854d3c16a4fb66b524bf7a70f6aa0419e35ad40.tar.gz
add missing make dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9f7fa8b0487..c68705fcc770 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 4 04:26:02 UTC 2016
+# Sun Dec 4 04:29:38 UTC 2016
pkgbase = python-tflearn-git
pkgdesc = TFlearn is a modular and transparent deep learning library built on top of Tensorflow.
pkgver = 0.2.2.r144.gb33bee3
@@ -8,6 +8,7 @@ pkgbase = python-tflearn-git
arch = any
license = MIT
makedepends = python-setuptools
+ makedepends = git
depends = python-numpy
depends = python-six
depends = python-pillow
diff --git a/PKGBUILD b/PKGBUILD
index 1c429a2cffae..db78cdcc0c44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="TFlearn is a modular and transparent deep learning library built on top
pkgver=0.2.2.r144.gb33bee3
pkgrel=1
depends=('python-numpy' 'python-six' 'python-pillow' 'python-tensorflow')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'git')
arch=('any')
url="http://tflearn.org/"
license=('MIT')