summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2019-08-08 00:15:30 -0400
committeracxz2019-08-08 00:15:30 -0400
commitffb10465fd48203ae055869800781af7b207c3dd (patch)
tree83dc7b9b5e646877fb669fcec2520fd6c346ce70 /PKGBUILD
parent83c78afef26cfb3ded8eab6e1b4244acb2b7ceb5 (diff)
downloadaur-ffb10465fd48203ae055869800781af7b207c3dd.tar.gz
update package to 2.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34f11cd8cfec..3c3d24efd76b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pygmo
-pkgver=2.10
+pkgver=2.11
pkgrel=1
pkgdesc="Perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model (Python version)"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ optdepends=()
makedepends=('cmake')
_name=pagmo2
source=(https://github.com/esa/${_name}/archive/v${pkgver}.tar.gz)
-sha512sums=('87417c105bc887439a7a089d3569e7df942584bf4af4c3fe2df738498bf17be99e450e02ef3d0bf1fdfab5d37cd7a2218aed39492215ed49d9a029a19d143794')
+sha512sums=('6b7da56db3e2f1e0627cd84d1ccd7d40f4838ef2e54274d802bd040926dd159e88f692fb6e4146e5e620a10298a539992460ebd3efad611db2e998cb8c20f478')
_buildtype="Release"