summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-10-26 18:23:45 +0100
committerMichel Zou2020-10-26 18:23:45 +0100
commit579a7ae0d10527fd9cdf1d36efbf7a86ab5fb426 (patch)
treea8c135773c285e778d3a89a75e3122396142816f
parente0124bb9352e6d24764745dcacfa90cc2c7a7d1c (diff)
downloadaur-579a7ae0d10527fd9cdf1d36efbf7a86ab5fb426.tar.gz
2.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b1e656ba19e..1294b5767afb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-ceres-solver
pkgdesc = Solver for nonlinear least squares problems (mingw-w64)
- pkgver = 1.14.0
- pkgrel = 4
+ pkgver = 2.0.0
+ pkgrel = 1
url = http://ceres-solver.org/
arch = any
license = LGPL
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-ceres-solver
options = !buildflags
options = staticlibs
options = !strip
- source = http://ceres-solver.org/ceres-solver-1.14.0.tar.gz
- sha256sums = 4744005fc3b902fed886ea418df70690caa8e2ff6b5a90f3dd88a3d291ef8e8e
+ source = http://ceres-solver.org/ceres-solver-2.0.0.tar.gz
+ sha256sums = 10298a1d75ca884aa0507d1abb0e0f04800a92871cd400d4c361b56a777a7603
pkgname = mingw-w64-ceres-solver
diff --git a/PKGBUILD b/PKGBUILD
index 69918c4d5eda..6b283f13938b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-ceres-solver
-pkgver=1.14.0
-pkgrel=4
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Solver for nonlinear least squares problems (mingw-w64)"
arch=('any')
url="http://ceres-solver.org/"
@@ -8,8 +8,8 @@ license=('LGPL')
makedepends=('mingw-w64-cmake')
depends=('mingw-w64-lapack' 'mingw-w64-google-glog' 'mingw-w64-suitesparse' 'mingw-w64-eigen')
options=('!buildflags' 'staticlibs' '!strip')
-source=("http://ceres-solver.org/ceres-solver-1.14.0.tar.gz")
-sha256sums=("4744005fc3b902fed886ea418df70690caa8e2ff6b5a90f3dd88a3d291ef8e8e")
+source=("http://ceres-solver.org/ceres-solver-${pkgver}.tar.gz")
+sha256sums=('10298a1d75ca884aa0507d1abb0e0f04800a92871cd400d4c361b56a777a7603')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"