summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2019-12-19 10:10:55 -0500
committeracxz2019-12-19 10:10:55 -0500
commit3e7c406fdd253140166790ff87afb20e846d15c9 (patch)
tree34ae4d2c0d61c5a2da799bf586e393ade333f764 /PKGBUILD
parente117d66cc98f61254458b3fd9a422e2a73aa5005 (diff)
downloadaur-3e7c406fdd253140166790ff87afb20e846d15c9.tar.gz
update to 2.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98c88f2c61c7..8e5555e0156d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pygmo
-pkgver=2.11.3
+pkgver=2.12.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=()
makedepends=('cmake')
_name=pagmo2
source=(https://github.com/esa/${_name}/archive/v${pkgver}.tar.gz)
-sha512sums=('47b8b2391497468f16ce9bfb40d0ad81cc97c0e0618de8d3ba8745e4a2f8598b70c5012d4e63f8a2846c2011f46c815156ba577648a65309d56ad7a5ad094079')
+sha512sums=('b19ca4e4177ab603f368d7ff75919da98f495dc85d6faec351cce7ba2f6f7233cfcadcbd95e4a87a5b00e60ae805c662273d3651da726c8c02e3081ceb4c2954')
_buildtype="Release"