summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-09-02 23:49:34 +0200
committerHans-Nikolai Viessmann2019-09-02 23:49:34 +0200
commite2ad3f43b8724135fc980f281738ed8077c1a6a3 (patch)
tree77bb3475ffec5d4e969a89a0e9734762fbf2c080 /PKGBUILD
parentcdd1f2187f06392c887d22ce560b83b3a3e21450 (diff)
downloadaur-e2ad3f43b8724135fc980f281738ed8077c1a6a3.tar.gz
add conflict key for future support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b39cab45085..5d078a5c46f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _changes=352
_name=MijasCosta
_commit=g727db
pkgver="${_version}.${_changes}"
-pkgrel=1
+pkgrel=2
pkgdesc='Provides the compiler (sac2c) of the Single-Assignment C programming language (weekly build)'
arch=('x86_64')
url='http://www.sac-home.org/'
@@ -15,6 +15,9 @@ license=('custom:SAC')
depends=('gcc' 'hwloc' 'libutil-linux' 'cuda')
optdepends=('sac-stdlib-weekly: StdLib for the SaC Compiler')
#makedepends=('python' 'python-argparse') # XXX once sac-version-manager is running on python3
+provides=('sac-compiler')
+replaces=('sac-compiler')
+conflicts=('sac-compiler')
source=("http://www.sac-home.org/packages/weekly/Linux/${_version}-${_changes}/sac2c-${_version}-${_name}-${_changes}-${_commit}-omnibus.tar.gz"
'LICENSE.txt'
'Makefile')