summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-12-22 16:22:14 -0500
committeracxz2020-12-22 16:22:14 -0500
commitf6f13fac221d544d86d1abc1c9411b26b693b1c5 (patch)
treed1ddd9b488bc83b0d25bcbc428b119f559313337
parent614dc4b492ef9860762052ce1b8a8c86ea79627c (diff)
downloadaur-f6f13fac221d544d86d1abc1c9411b26b693b1c5.tar.gz
[python-pygmo] updpkg 2.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 282e336d4893..b32f3fc2e3da 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.16.0
+ pkgver = 2.16.1
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.16.0.tar.gz
- sha256sums = 9b202fa329186f9ba8297f640f885f009876ee0884789fa972636c401b5ce8b8
+ source = https://github.com/esa/pygmo2/archive/v2.16.1.tar.gz
+ sha256sums = 54d4fa99e4bff539fca67dfcdc909499fd3f1a3186f7c7fc8200f19512954166
pkgname = python-pygmo
diff --git a/PKGBUILD b/PKGBUILD
index ccdeeaba6186..af42fb383890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pygmo
-pkgver=2.16.0
+pkgver=2.16.1
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=('9b202fa329186f9ba8297f640f885f009876ee0884789fa972636c401b5ce8b8')
+sha256sums=('54d4fa99e4bff539fca67dfcdc909499fd3f1a3186f7c7fc8200f19512954166')
_buildtype="Release"