summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-03-26 16:35:04 -0500
committerCarlos Aznarán Laos2023-03-26 16:35:04 -0500
commit995332a6535c2048bcb4e266ea97408918250999 (patch)
tree57fd01ca4b1b7a067863c03ad6b1d8c2813ba574 /PKGBUILD
parentaa8e5167d3352f1d7ccd72f08db9a16d1b673a7f (diff)
downloadaur-995332a6535c2048bcb4e266ea97408918250999.tar.gz
Bump version to 2.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 267089d81d78..ed87c24329e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
_base=NiaPy
pkgname=python-${_base,,}
-pkgver=2.0.4
+pkgver=2.0.5
pkgrel=1
pkgdesc="Python microframework for building nature-inspired algorithms"
url="https://${_base}.org"
@@ -11,7 +11,7 @@ license=(MIT)
depends=(python-pandas python-matplotlib python-openpyxl)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::https://github.com/NiaOrg/${_base}/archive/${pkgver}.tar.gz)
-sha512sums=('d74a528f1d0c79c5593054c958c5c450054f87bd9be12891ff373783040dbf643024bc32f9b40330d1bd0e6d5c920414c415ec1e832cccd25e81010a738f4678')
+sha512sums=('371aa8237c0b821ffb07bc12a2e9def1bcedce2ac8d217bd41eda5a792ffa386bea3be8d52b1db304b6706fa9d4e8fe93e44e7ab93b58374ba78cde40f95b34d')
build() {
cd ${_base}-${pkgver}