summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2021-09-06 10:57:44 -0400
committeracxz2021-09-06 10:57:44 -0400
commit5f30c7e1a74f53ae9ad0ad8ebdb328a758d92630 (patch)
treeba836fd7bdb0f8262728e41fdd3eb40bd467e2ed /PKGBUILD
parent66cc4b1eebd12a7ee4010032408e054a097618b3 (diff)
downloadaur-5f30c7e1a74f53ae9ad0ad8ebdb328a758d92630.tar.gz
updpkg 2.18.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af42fb383890..45fa8adef355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pygmo
-pkgver=2.16.1
+pkgver=2.18.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=('54d4fa99e4bff539fca67dfcdc909499fd3f1a3186f7c7fc8200f19512954166')
+sha256sums=('9f081cc973297894af09f713f889870ac452bfb32b471f9f7ba08a5e0bb9a125')
_buildtype="Release"