summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-01-11 18:58:15 -0500
committeracxz2020-01-11 18:58:15 -0500
commita50e4300a8521e455736756859f377967f109248 (patch)
tree2f47ced1c6f15e95ac040a2d81e9857768283a1b /PKGBUILD
parent3e7c406fdd253140166790ff87afb20e846d15c9 (diff)
downloadaur-a50e4300a8521e455736756859f377967f109248.tar.gz
updpkg 2.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e5555e0156d..739a78ee42f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pygmo
-pkgver=2.12.0
+pkgver=2.13.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=('b19ca4e4177ab603f368d7ff75919da98f495dc85d6faec351cce7ba2f6f7233cfcadcbd95e4a87a5b00e60ae805c662273d3651da726c8c02e3081ceb4c2954')
+sha512sums=('c33069abd513454777a9cc8df24437c7feba2ec64c20b0b123e9cf92cb9877553cd67b1b55c9252d65a1d9ee204492911c3b17a32140a2176694c694f27d9287')
_buildtype="Release"