summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2017-03-27 19:17:23 +0200
committerGuilhem Saurel2017-03-27 19:17:23 +0200
commit6352353648c9000d0fb07a8bb05442c849066d56 (patch)
tree38924fab8d6e11b34429c88c0e88b0cae0c2e928
parent4d900364bc16f77c901144905710e2d4bd7d87cd (diff)
downloadaur-6352353648c9000d0fb07a8bb05442c849066d56.tar.gz
detail
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3535df9c5321..0e4f035c1141 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = eigen32
- pkgdesc = Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra.
+ pkgdesc = Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra. 3.2 branch.
pkgver = 3.2.10
pkgrel = 1
url = http://eigen.tuxfamily.org
diff --git a/PKGBUILD b/PKGBUILD
index 0f34160b824b..ec34717d2aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=eigen
pkgname=${_pkgname}32
pkgver=3.2.10
pkgrel=1
-pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
+pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra. 3.2 branch."
arch=('any')
url='http://eigen.tuxfamily.org'
license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')