summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-10-09 20:03:11 +0200
committerHans-Nikolai Viessmann2020-10-09 20:03:11 +0200
commita3e9a02040bde5b2ff52f72982108d66c5153d38 (patch)
tree889f4179eb1dbbf433eb776e7ad8340ec96c17d8
parentd7148e69d80970f46c6a5693cc6cb1a7147db836 (diff)
downloadaur-a3e9a02040bde5b2ff52f72982108d66c5153d38.tar.gz
add conflict with stdlib-basic
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa2e96102476..edd14c3fb310 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sac-stdlib-weekly
pkgdesc = The standard library for the Single-Assignment C programming language (weekly build)
pkgver = 1.3.98
- pkgrel = 1
+ pkgrel = 2
url = http://www.sac-home.org/
arch = x86_64
license = custom:SAC
@@ -10,6 +10,7 @@ pkgbase = sac-stdlib-weekly
depends = cuda
provides = sac-stdlib
conflicts = sac-stdlib
+ conflicts = sac-stdlib-weekly-basic
replaces = sac-stdlib
source = https://gitlab.science.ru.nl/sac-group/sac-packages/-/raw/master/packages/weekly/Linux/1.3.3-390-1/full/sac-stdlib-1.3-98-g93af.tar.gz
source = LICENSE.txt
diff --git a/PKGBUILD b/PKGBUILD
index da534e4b0336..65c9f2b64470 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _changes=98
_commit=g93af
_sac_version="1.3.3-390-1"
pkgver="${_version}.${_changes}"
-pkgrel=1
+pkgrel=2
pkgdesc='The standard library for the Single-Assignment C programming language (weekly build)'
arch=('x86_64')
url='http://www.sac-home.org/'
@@ -15,7 +15,7 @@ license=('custom:SAC')
depends=('sac-compiler-weekly>=1.3.3.390' hwloc cuda)
provides=('sac-stdlib')
replaces=('sac-stdlib')
-conflicts=('sac-stdlib')
+conflicts=('sac-stdlib' 'sac-stdlib-weekly-basic')
source=("https://gitlab.science.ru.nl/sac-group/sac-packages/-/raw/master/packages/weekly/Linux/${_sac_version}/full/sac-stdlib-${_version}-${_changes}-${_commit}.tar.gz"
'LICENSE.txt')
sha256sums=('6648c56297208ed687291f466a6252715256ea131cf56c6220ac9ff1829793a2'