summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeFresk2022-05-31 17:09:07 +0200
committerzeFresk2022-05-31 17:09:07 +0200
commitc1909707638feebc86580b01d736f4dd1babb81d (patch)
tree3de419317be4a06c02b3a4f6b6da257c617cd58c
parent99b64b3af22078c1a5000e8e297a7b56559ab11f (diff)
downloadaur-c1909707638feebc86580b01d736f4dd1babb81d.tar.gz
replaces 'easea' and provides 'easea'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 923522387863..463171c2fa33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = easena-git
pkgdesc = EAsy Specification of Evolutionary and Neural Algorithms is an Artificial Evolution platform developped by the SONIC (Stochastic Optimisation and Nature Inspired Computing) group of the BFO team at Université de Strasbourg.
pkgver = r441.07415e8
- pkgrel = 1
+ pkgrel = 2
url = http://easea.unistra.fr
arch = i686
arch = x86_64
@@ -16,7 +16,9 @@ pkgbase = easena-git
depends = cuda
depends = r
provides = easena
+ provides = easea
conflicts = easea
+ replaces = easea
source = git+https://github.com/EASEA/easea
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5a42ee843cbd..0e7104ffa32a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname=easena-git
pkgver=r441.07415e8
-pkgrel=1
+pkgrel=2
pkgdesc="EAsy Specification of Evolutionary and Neural Algorithms is an Artificial Evolution platform developped by the SONIC (Stochastic Optimisation and Nature Inspired Computing) group of the BFO team at Université de Strasbourg. "
arch=(i686 x86_64)
url="http://easea.unistra.fr"
license=('AGPL3')
depends=(cmake flex bison valgrind java-environment cuda r)
makedepends=(make gcc)
-provides=(easena)
+provides=(easena easea)
conflicts=(easea)
+replaces=(easea)
source=("git+https://github.com/EASEA/easea")
sha256sums=('SKIP')