summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-01-25 20:20:31 -0500
committerAndrew Sun2023-01-25 20:20:31 -0500
commit5a18b424e966134a3ee372569c64c68a30591564 (patch)
tree78a37d188867b9bf1a61a2659b842a3b48abca1a
parent1830aa5ff42816b90cf024e738ef0977e07d6f88 (diff)
downloadaur-5a18b424e966134a3ee372569c64c68a30591564.tar.gz
3.3.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88d38b3800d1..1dcc916cd9ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cma
pkgdesc = The Covariance Matrix Adaptation Evolution Strategy
- pkgver = 3.2.2
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/CMA-ES/pycma
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-cma
makedepends = git
makedepends = python-setuptools
depends = python-numpy
- source = git+https://github.com/CMA-ES/pycma#tag=r3.2.2
+ source = git+https://github.com/CMA-ES/pycma#commit=41ce61793c37ac9c5667f104c818407e952663b0
sha256sums = SKIP
pkgname = python-cma
diff --git a/PKGBUILD b/PKGBUILD
index 944a47d724fd..aa1869a0f84c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alexander F. Rødseth <xyproto at archlinux dot org>
pkgname=python-cma
-pkgver=3.2.2
+pkgver=3.3.0
pkgrel=1
pkgdesc='The Covariance Matrix Adaptation Evolution Strategy'
arch=(any)
@@ -10,7 +10,8 @@ url='https://github.com/CMA-ES/pycma'
license=('MIT')
depends=(python-numpy)
makedepends=(git python-setuptools)
-source=("git+$url#tag=r$pkgver")
+_commit=41ce61793c37ac9c5667f104c818407e952663b0
+source=("git+$url#commit=$_commit")
sha256sums=('SKIP')
build() {