summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-09-28 13:11:19 -0400
committeracxz2019-09-28 13:11:19 -0400
commit304cc1d025667cff1e5269b9a3ea98f76d1b221f (patch)
treebd7853d34ba79e355f8cbbc2d6ccbad470cc381e
parentac651c6bb4ddb223fcc24491a68397442774c6ba (diff)
downloadaur-304cc1d025667cff1e5269b9a3ea98f76d1b221f.tar.gz
updated to 2.11.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8819e687dc42..d9d4ea68cd59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pagmo
pkgdesc = Perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model
- pkgver = 2.11.1
+ pkgver = 2.11.3
pkgrel = 1
url = https://github.com/esa/pagmo2
arch = i686
@@ -11,8 +11,8 @@ pkgbase = pagmo
optdepends = coin-or-ipopt: Ipopt optimizer support
optdepends = eigen: library for matrix math
optdepends = nlopt: NLopt optimizer support
- source = https://github.com/esa/pagmo2/archive/v2.11.1.tar.gz
- sha512sums = 7ab1b446efb996422d3c4ab83b359cf8eacef4bb25f3ead2f31afdb6cad6d0c9ead79490f5764f297c44449e960131510733b44f2709fc939e9227021329f3e1
+ source = https://github.com/esa/pagmo2/archive/v2.11.3.tar.gz
+ sha512sums = 47b8b2391497468f16ce9bfb40d0ad81cc97c0e0618de8d3ba8745e4a2f8598b70c5012d4e63f8a2846c2011f46c815156ba577648a65309d56ad7a5ad094079
pkgname = pagmo
diff --git a/PKGBUILD b/PKGBUILD
index 5f2ffbba1a54..da2dc4944fa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
# Contributor: Joey Dumont <joey.dumont@gmail.com>
+
pkgname=pagmo
-pkgver=2.11.1
+pkgver=2.11.3
pkgrel=1
pkgdesc="Perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model"
arch=('i686' 'x86_64')
@@ -14,7 +15,7 @@ optdepends=('coin-or-ipopt: Ipopt optimizer support'
makedepends=('cmake')
_name=pagmo2
source=(https://github.com/esa/${_name}/archive/v${pkgver}.tar.gz)
-sha512sums=('7ab1b446efb996422d3c4ab83b359cf8eacef4bb25f3ead2f31afdb6cad6d0c9ead79490f5764f297c44449e960131510733b44f2709fc939e9227021329f3e1')
+sha512sums=('47b8b2391497468f16ce9bfb40d0ad81cc97c0e0618de8d3ba8745e4a2f8598b70c5012d4e63f8a2846c2011f46c815156ba577648a65309d56ad7a5ad094079')
_buildtype="Release"