summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-04-03 02:02:24 -0400
committeracxz2020-04-03 02:02:24 -0400
commit774ca39db90c133112fb212906df0380829f9414 (patch)
treea1252c279a7a3ac2cb869cfd174be11beac83625
parentd2e2ca96bd49102418fc279164c15fe4b8e73b5b (diff)
downloadaur-774ca39db90c133112fb212906df0380829f9414.tar.gz
updpkg to python-pygmo 2.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 359c7df15c8b..3a156a89ce0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pygmo
pkgdesc = Perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model (Python version)
- pkgver = 2.14.0
+ pkgver = 2.15.0
pkgrel = 1
url = https://esa.github.io/pygmo2/
arch = i686
@@ -18,8 +18,8 @@ pkgbase = python-pygmo
depends = python-cloudpickle
optdepends = python-matplotlib
optdepends = python-dill
- source = https://github.com/esa/pygmo2/archive/v2.14.0.tar.gz
- sha256sums = 72000a0c6bd22b8955a65ebfcb53a8f42e8b00fd16afc0b7b43ef74b14883d60
+ source = https://github.com/esa/pygmo2/archive/v2.15.0.tar.gz
+ sha256sums = 0f45636d47d5309f5f3d771e6677437f9d8de96cbad8b4f2758fa79c856022cc
pkgname = python-pygmo
diff --git a/PKGBUILD b/PKGBUILD
index 6c498f93734a..84fbe08bb72c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pygmo
-pkgver=2.14.0
+pkgver=2.15.0
pkgrel=1
pkgdesc="Perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model (Python version)"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ optdepends=('python-matplotlib' 'python-dill')
makedepends=('cmake' 'python' 'pybind11' 'pagmo' 'boost')
_name=pygmo2
source=(https://github.com/esa/${_name}/archive/v${pkgver}.tar.gz)
-sha256sums=('72000a0c6bd22b8955a65ebfcb53a8f42e8b00fd16afc0b7b43ef74b14883d60')
+sha256sums=('0f45636d47d5309f5f3d771e6677437f9d8de96cbad8b4f2758fa79c856022cc')
_buildtype="Release"