summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-22 18:20:42 +0100
committerAndrew Anderson2018-10-22 18:20:42 +0100
commitf8366ef2e201cbdf06778ea29ea0115302e6ebc2 (patch)
tree722769cbd5d72bf47e40804e89106d25090b62ed
parente7bad7fd9826a25a0ba63a0a7be79939cd4ce097 (diff)
downloadaur-f8366ef2e201cbdf06778ea29ea0115302e6ebc2.tar.gz
Add armv7h
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d19bd795579a..339658d4a90f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = trinnity
pkgdesc = C++ library of CNN primitive operations
pkgver = 0.4
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/STG-TCD/trinnity
arch = x86_64
arch = aarch64
+ arch = armv7h
license = BSD
makedepends = doxygen
optdepends = gsl>=2.3: GSL BLAS backend
diff --git a/PKGBUILD b/PKGBUILD
index 1da0d7c2d5b8..b0d8fa5d2676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Andrew Anderson <andersan@tcd.ie>
pkgname=trinnity
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc="C++ library of CNN primitive operations"
-arch=('x86_64' 'aarch64')
+arch=('x86_64' 'aarch64' 'armv7h')
url="https://bitbucket.org/STG-TCD/trinnity"
license=('BSD')
groups=()