summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2023-02-28 14:46:21 -0600
committeracxz2023-02-28 14:46:21 -0600
commit72cff639df89293678532635b9af1d61923f7ed1 (patch)
tree1ee276f9a776e8625439c433a05a5e6c69d64aaa /PKGBUILD
parent5f30c7e1a74f53ae9ad0ad8ebdb328a758d92630 (diff)
downloadaur-72cff639df89293678532635b9af1d61923f7ed1.tar.gz
upgpkg: python-pygmo 2.19.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45fa8adef355..7f05878aee64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pygmo
-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 (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=('9f081cc973297894af09f713f889870ac452bfb32b471f9f7ba08a5e0bb9a125')
+sha256sums=('96b3e412fd264ca74204b6d66aec51c67a7a6909501deae0e4bc263b88e4f176')
_buildtype="Release"