summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTrougnouf (Benoit Brummer)2023-11-02 17:20:59 +0100
committerTrougnouf (Benoit Brummer)2023-11-02 17:20:59 +0100
commit06c922acfb8a06cc4638d7cab7520f2cccdd66f7 (patch)
tree4c72672bb31b4d8cda09e1c1c104a6be5df7ac70 /PKGBUILD
parentd11e57d776f6297325724fbb3431426250390118 (diff)
downloadaur-06c922acfb8a06cc4638d7cab7520f2cccdd66f7.tar.gz
add conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a379f4ad360c..cef0168fe6d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
_name='pycma'
pkgname="python-${_name}-git"
-pkgver=r796.6080396
+pkgver=r805.c526723
pkgrel=1
pkgdesc="Python implementation of CMA-ES"
provides=(python-${_name})
+conflicts=(python-${_name})
url="https://github.com/CMA-ES/${_name}"
depends=('python-numpy')
makedepends=('python-setuptools')