summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-01-25 18:56:07 +0100
committerMichel Zou2023-01-25 18:56:07 +0100
commit6fefb7b36d2e8b66db705e4941a09dcde7fa5a41 (patch)
tree92f829f230e2e24220f7e9903c443905b189d499
parent0a05c881c422fdadba3cfb5d8585a1c00af4c32b (diff)
downloadaur-6fefb7b36d2e8b66db705e4941a09dcde7fa5a41.tar.gz
2.19.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 212a5770608e..ec584c950122 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = mingw-w64-pagmo
pkgdesc = Perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model (mingw-w64)
- pkgver = 2.18.0
+ pkgver = 2.19.0
pkgrel = 1
url = https://github.com/esa/pagmo2
arch = any
license = GPLv3
makedepends = mingw-w64-cmake
- makedepends = mingw-w64-eigen
depends = mingw-w64-boost
depends = mingw-w64-tbb
depends = mingw-w64-nlopt
depends = mingw-w64-coin-or-ipopt
+ depends = mingw-w64-eigen
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/esa/pagmo2/archive/v2.18.0.tar.gz
- sha256sums = 5ad40bf3aa91857a808d6b632d9e1020341a33f1a4115d7a2b78b78fd063ae31
+ source = https://github.com/esa/pagmo2/archive/v2.19.0.tar.gz
+ sha256sums = 701ada528de7d454201e92a5d88903dd1c22ea64f43861d9694195ddfef82a70
pkgname = mingw-w64-pagmo
diff --git a/PKGBUILD b/PKGBUILD
index a481fea2850f..5ea7fcd2631b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=mingw-w64-pagmo
-pkgver=2.18.0
+pkgver=2.19.0
pkgrel=1
pkgdesc="Perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model (mingw-w64)"
arch=('any')
url="https://github.com/esa/pagmo2"
license=('GPLv3')
-depends=('mingw-w64-boost' 'mingw-w64-tbb' 'mingw-w64-nlopt' 'mingw-w64-coin-or-ipopt')
-makedepends=('mingw-w64-cmake' 'mingw-w64-eigen')
+depends=('mingw-w64-boost' 'mingw-w64-tbb' 'mingw-w64-nlopt' 'mingw-w64-coin-or-ipopt' 'mingw-w64-eigen')
+makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/esa/pagmo2/archive/v${pkgver}.tar.gz")
-sha256sums=('5ad40bf3aa91857a808d6b632d9e1020341a33f1a4115d7a2b78b78fd063ae31')
+sha256sums=('701ada528de7d454201e92a5d88903dd1c22ea64f43861d9694195ddfef82a70')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"