summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d33cc7f9cd68..6f73ca8fc971 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,10 @@
_name='estool'
pkgname="python-${_name}-git"
pkgver=r76.b095452
-pkgrel=1
+pkgrel=2
pkgdesc="Implementation of various Evolution Strategies, such as GA, PEPG, CMA-ES and OpenAI's ES using common interface"
provides=(python-${_name})
+conflicts=(python-${_name})
url="https://github.com/hardmaru/${_name}"
depends=('python-gym' 'python-pybullet' 'python-pycma'
'python-mpi4py')