summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicah Chambers2016-03-01 08:08:18 -0800
committerPeter Babič2021-11-23 19:08:36 +0100
commitfeae5e66a72658d68262e261407dc36ceb25bad2 (patch)
tree90ed4f853b490a3f0c0ce3ef67c1147f2b78274d
parent5bba1a049425cbc1f642029722723a33a9d02697 (diff)
downloadaur-feae5e66a72658d68262e261407dc36ceb25bad2.tar.gz
Require LZMA version 5 or greater
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 584bbad771ed..76c6fc94850c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/BVLC/caffe"
license=('BSD')
groups=('base-devel')
depends=('atlas-lapack-base' 'hdf5' 'opencv' 'boost' 'protobuf' 'google-glog'
- 'gflags' 'leveldb' 'snappy' 'lmdb')
+ 'gflags' 'leveldb' 'snappy' 'lmdb' 'xz>=5')
makedepends=('git' 'cmake')
optdepends=('cuda: for GPU support')
source=("https://github.com/BVLC/$pkgname/archive/$pkgver.tar.gz")