summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Jilissen2023-11-15 16:28:51 +0100
committerKevin Jilissen2023-11-15 16:28:51 +0100
commit6f754aaa9abce89378ebffd94cdb58a204dc08b9 (patch)
tree4c7e6e2fc8e8c3b994de365bec16bb81669120e6
parent336daf125136fc10f91189c5771b7a8c8c9f2345 (diff)
downloadaur-mcrl2.tar.gz
Include provides and conflicts information
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31ed3d17f003..4c548ac31299 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,8 @@ pkgbase = mcrl2
depends = glu
depends = hicolor-icon-theme
optdepends = python: for easily running the included examples
+ provides = mcrl2
+ conflicts = mcrl2
source = http://mcrl2.org/download/release/mcrl2-202307.1.tar.gz
sha256sums = cc21c23bcb46c8ec6a51cd31dedfcdddd521e1e1bbb257a69602bf419b00e090
diff --git a/PKGBUILD b/PKGBUILD
index 0151143bd0ba..ae3333de758f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,8 @@ pkgver=202307.1
pkgrel=1
pkgdesc="A formal specification language with an associated toolset."
arch=('i686' 'x86_64')
+provides=('mcrl2')
+conflicts=('mcrl2')
depends=('qt5-base' 'glu' 'hicolor-icon-theme')
optdepends=('python: for easily running the included examples')
makedepends=('boost' 'cmake' 'gcc>=7.0')