summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2019-08-11 13:31:52 -0400
committeracxz2019-08-11 13:31:52 -0400
commitea3d1503c17f2ba0483c2ac5dd02b8b9532c8a5d (patch)
tree4704b8bb111b9e468e56668f3945d4f59aec3c7d /PKGBUILD
parentffb10465fd48203ae055869800781af7b207c3dd (diff)
downloadaur-ea3d1503c17f2ba0483c2ac5dd02b8b9532c8a5d.tar.gz
update package to 2.11.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c3d24efd76b..6b4133919c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pygmo
-pkgver=2.11
+pkgver=2.11.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')
@@ -11,7 +11,7 @@ optdepends=()
makedepends=('cmake')
_name=pagmo2
source=(https://github.com/esa/${_name}/archive/v${pkgver}.tar.gz)
-sha512sums=('6b7da56db3e2f1e0627cd84d1ccd7d40f4838ef2e54274d802bd040926dd159e88f692fb6e4146e5e620a10298a539992460ebd3efad611db2e998cb8c20f478')
+sha512sums=('7ab1b446efb996422d3c4ab83b359cf8eacef4bb25f3ead2f31afdb6cad6d0c9ead79490f5764f297c44449e960131510733b44f2709fc939e9227021329f3e1')
_buildtype="Release"