summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Slagle2016-07-12 22:30:29 -0700
committerKevin Slagle2016-07-12 22:30:29 -0700
commitef8789080c71376ca3c2c8bb186cf74fcd6acf8e (patch)
tree9965ec61475731482fe40abe8670e3ace8d32066
parent21e3f2ddfcae25c57ec9715070e220885d01d262 (diff)
downloadaur-ef8789080c71376ca3c2c8bb186cf74fcd6acf8e.tar.gz
torch7-nn is torch7-nn-git now
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d0b3e2449b0..3bcd52d01e71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 5 06:20:51 UTC 2016
+# Wed Jul 13 05:30:13 UTC 2016
pkgbase = loadcaffe-git
pkgdesc = Load Caffe networks in Torch7
pkgver = r98.b6b436a
@@ -11,7 +11,7 @@ pkgbase = loadcaffe-git
makedepends = git
makedepends = cmake
depends = protobuf
- depends = torch7-nn
+ depends = torch7-nn-git
provides = loadcaffe
conflicts = loadcaffe
source = loadcaffe-git::git+https://github.com/szagoruyko/loadcaffe
diff --git a/PKGBUILD b/PKGBUILD
index ac5174a40c09..54619fe8595d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Load Caffe networks in Torch7'
arch=('x86_64' 'i686')
url='https://github.com/szagoruyko/loadcaffe'
license=('BSD')
-depends=('protobuf' 'torch7-nn')
+depends=('protobuf' 'torch7-nn-git')
makedepends=('git' 'cmake')
conflicts=('loadcaffe')
provides=('loadcaffe')