summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2017-01-06 14:47:17 -0800
committerTyler Veness2017-01-06 14:47:17 -0800
commit014da5ef31ab5db0252011dace70ecaa4d2c8ab9 (patch)
treeeefc84a391c316bd5ab996be349ae5cbbb0ec7a1
parent6625ef0de8e854971fa9561fa089790196757475 (diff)
downloadaur-014da5ef31ab5db0252011dace70ecaa4d2c8ab9.tar.gz
Updated to NI 2016 feed
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcad4c88739a..216e9300e829 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-frc-linux-gnueabi-eigen
pkgdesc = Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra (arm-frc-linux-gnueabi)
pkgver = 3.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://eigen.tuxfamily.org
arch = any
license = GPL3
@@ -9,8 +9,8 @@ pkgbase = arm-frc-linux-gnueabi-eigen
license = BSD
license = custom:MPL2
license = custom:MINPACK
- source = http://download.ni.com/ni-linux-rt/feeds/2015/arm/ipk/cortexa9-vfpv3/libeigen-dev_3.2.0-r0.10_cortexa9-vfpv3.ipk
- sha1sums = 732807de0cddada32a8262f8b91bcaf49b564ae2
+ source = http://download.ni.com/ni-linux-rt/feeds/2016/arm/ipk/cortexa9-vfpv3/libeigen-dev_3.2.0-r0.15_cortexa9-vfpv3.ipk
+ sha1sums = f20621d4b872bbb1ced012e7c27eb701991cd4aa
pkgname = arm-frc-linux-gnueabi-eigen
diff --git a/PKGBUILD b/PKGBUILD
index dde8c8f3ab3a..c651b88942a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_target="arm-frc-linux-gnueabi"
pkgname=${_target}-eigen
pkgver=3.2.0
-_basever=3.2.0-r0.10
-pkgrel=1
+_basever=3.2.0-r0.15
+pkgrel=2
pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra (${_target})"
arch=('any')
url='http://eigen.tuxfamily.org'
license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
-source=("http://download.ni.com/ni-linux-rt/feeds/2015/arm/ipk/cortexa9-vfpv3/libeigen-dev_${_basever}_cortexa9-vfpv3.ipk")
-sha1sums=('732807de0cddada32a8262f8b91bcaf49b564ae2')
+source=("http://download.ni.com/ni-linux-rt/feeds/2016/arm/ipk/cortexa9-vfpv3/libeigen-dev_${_basever}_cortexa9-vfpv3.ipk")
+sha1sums=('f20621d4b872bbb1ced012e7c27eb701991cd4aa')
package() {
cd "${srcdir}"