summarylogtreecommitdiffstats
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
parentcdd1f2187f06392c887d22ce560b83b3a3e21450 (diff)
downloadaur-e2ad3f43b8724135fc980f281738ed8077c1a6a3.tar.gz
add conflict key for future support
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cbb6a6c9064..b78cc2a2b536 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sac-compiler-weekly
pkgdesc = Provides the compiler (sac2c) of the Single-Assignment C programming language (weekly build)
pkgver = 1.3.3.352
- pkgrel = 1
+ pkgrel = 2
url = http://www.sac-home.org/
arch = x86_64
license = custom:SAC
@@ -10,6 +10,9 @@ pkgbase = sac-compiler-weekly
depends = libutil-linux
depends = cuda
optdepends = sac-stdlib-weekly: StdLib for the SaC Compiler
+ provides = sac-compiler
+ conflicts = sac-compiler
+ replaces = sac-compiler
source = http://www.sac-home.org/packages/weekly/Linux/1.3.3-352/sac2c-1.3.3-MijasCosta-352-g727db-omnibus.tar.gz
source = LICENSE.txt
source = Makefile
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')