summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Jilissen2023-11-15 16:28:51 +0100
committerKevin Jilissen2023-11-15 16:28:51 +0100
commit6f754aaa9abce89378ebffd94cdb58a204dc08b9 (patch)
tree4c7e6e2fc8e8c3b994de365bec16bb81669120e6 /PKGBUILD
parent336daf125136fc10f91189c5771b7a8c8c9f2345 (diff)
downloadaur-6f754aaa9abce89378ebffd94cdb58a204dc08b9.tar.gz
Include provides and conflicts information
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
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')