summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2018-12-21 18:19:10 +0100
committerAlexander F. Rødseth2018-12-21 18:19:10 +0100
commitb60fbeea968480dbb3044f07671af6f718ccd14d (patch)
tree721cf1bc5ee86721c90826371bf41f1a0d6d5234
parent575892a1d0a010c480f09dd59b0e9700d3e545a2 (diff)
downloadaur-b60fbeea968480dbb3044f07671af6f718ccd14d.tar.gz
Update description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e46edfab1c34..33aaa8903f3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 21 14:04:16 UTC 2018
+# Fri Dec 21 17:19:05 UTC 2018
pkgbase = python-cma
- pkgdesc = Implementation of CMA-ES
+ pkgdesc = The Covariance Matrix Adaptation Evolution Strategy
pkgver = 2.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/CMA-ES/pycma
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 25a71a843e38..7b04334829a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-cma
pkgver=2.6.0
-pkgrel=1
-pkgdesc='Implementation of CMA-ES'
+pkgrel=2
+pkgdesc='The Covariance Matrix Adaptation Evolution Strategy'
arch=(any)
url='https://github.com/CMA-ES/pycma'
license=(MIT)