summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2017-07-14 16:09:00 -0400
committerTyler Veness2017-07-14 16:09:00 -0400
commit8885b883182b51a2ecfe6524d030abd5e1323248 (patch)
tree94ed5759fc57278457ffc89cc49bec7d3d00b3e6
parent014da5ef31ab5db0252011dace70ecaa4d2c8ab9 (diff)
downloadaur-8885b883182b51a2ecfe6524d030abd5e1323248.tar.gz
Updated to NI 2017 feed
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 216e9300e829..ecff96ca428e 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 = 2
+ pkgver = 3.2.6
+ pkgrel = 1
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/2016/arm/ipk/cortexa9-vfpv3/libeigen-dev_3.2.0-r0.15_cortexa9-vfpv3.ipk
- sha1sums = f20621d4b872bbb1ced012e7c27eb701991cd4aa
+ source = http://download.ni.com/ni-linux-rt/feeds/2017/arm/ipk/cortexa9-vfpv3/libeigen-dev_3.2.6-r0.5_cortexa9-vfpv3.ipk
+ sha1sums = c5e475aaaa540f39e4a0cce350bb04351512952e
pkgname = arm-frc-linux-gnueabi-eigen
diff --git a/PKGBUILD b/PKGBUILD
index c651b88942a2..81b7a86b462b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
_target="arm-frc-linux-gnueabi"
pkgname=${_target}-eigen
-pkgver=3.2.0
-_basever=3.2.0-r0.15
-pkgrel=2
+pkgver=3.2.6
+_basever=3.2.6-r0.5
+_year=2017
+pkgrel=1
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/2016/arm/ipk/cortexa9-vfpv3/libeigen-dev_${_basever}_cortexa9-vfpv3.ipk")
-sha1sums=('f20621d4b872bbb1ced012e7c27eb701991cd4aa')
+source=("http://download.ni.com/ni-linux-rt/feeds/${_year}/arm/ipk/cortexa9-vfpv3/libeigen-dev_${_basever}_cortexa9-vfpv3.ipk")
+sha1sums=('c5e475aaaa540f39e4a0cce350bb04351512952e')
package() {
cd "${srcdir}"