summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-04-06 10:04:32 +0200
committerHans-Nikolai Viessmann2020-04-06 10:04:32 +0200
commit3d1f18a187ca79f1d5df35b9066feae8ffbd66a0 (patch)
tree33cea3f9a001165957258fa12533aa4cf3c834d5
parent3bffc31c6c4f32b3b7d6a87d75abe87e18bac40b (diff)
downloadaur-3d1f18a187ca79f1d5df35b9066feae8ffbd66a0.tar.gz
bump version to latest weekly
-rw-r--r--.SRCINFO11
-rw-r--r--LICENSE.txt2
-rw-r--r--PKGBUILD16
3 files changed, 14 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05c2160a6e77..8eaedc10fc91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,22 @@
pkgbase = sac-compiler-weekly
pkgdesc = The compiler (sac2c) of the Single-Assignment C programming language (weekly build)
- pkgver = 1.3.3.359
- pkgrel = 2
+ pkgver = 1.3.3.383
+ pkgrel = 1
url = http://www.sac-home.org/
arch = x86_64
license = custom:SAC
depends = gcc
depends = hwloc
- 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-359-2/full/sac2c-1.3.3-MijasCosta-359-g856d44-omnibus.tar.gz
+ source = https://gitlab.science.ru.nl/sac-group/sac-packages/-/raw/master/packages/weekly/Linux/1.3.3-383-1/full/sac2c-1.3.3-MijasCosta-383-g6ea12-omnibus.tar.gz
source = LICENSE.txt
source = Makefile
- sha256sums = fc7251afa9676394faca8436679f8ab37841f32b374bb965469234f53d281c47
- sha256sums = c7d6d43ee20a247fcdce954274f9ffd419bd92644af9ce09929b7bef54a33398
+ sha256sums = 7e91934e3fdbd12715dbe3dd4e28a37b48e9b6894a590ef091db25660165bc98
+ sha256sums = 70a44340820b0515f1d29e663342f0ed8efb3a29fa5619f18461cbaf7cdf27c3
sha256sums = eb965cc10ff6d032627429b87c553c2eb962d92753a8e30cfebdf699d1f5504a
pkgname = sac-compiler-weekly
diff --git a/LICENSE.txt b/LICENSE.txt
index 53664aa3d530..768fc6b7e245 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -6,7 +6,7 @@ SAC - Single Assignment C
SAC COPYRIGHT NOTICE, LICENSE, AND DISCLAIMER
-(c) Copyright 1994 - 2019 by
+(c) Copyright 1994 - 2020 by
SAC Development Team
diff --git a/PKGBUILD b/PKGBUILD
index 0360dc695907..06572dfc543b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,27 +3,27 @@
pkgname=sac-compiler-weekly
_version=1.3.3
-_rev=2
-_changes=359
+_rev=1
+_changes=383
_name=MijasCosta
-_commit=g856d44
+_commit=g6ea12
pkgver="${_version}.${_changes}"
-pkgrel=2
+pkgrel=1
pkgdesc='The compiler (sac2c) of the Single-Assignment C programming language (weekly build)'
arch=('x86_64')
url='http://www.sac-home.org/'
license=('custom:SAC')
-depends=('gcc' 'hwloc' 'libutil-linux' 'cuda')
+depends=('gcc' 'hwloc' '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}-${_rev}/full/sac2c-${_version}-${_name}-${_changes}-${_commit}-omnibus.tar.gz"
+source=("https://gitlab.science.ru.nl/sac-group/sac-packages/-/raw/master/packages/weekly/Linux/${_version}-${_changes}-${_rev}/full/sac2c-${_version}-${_name}-${_changes}-${_commit}-omnibus.tar.gz"
'LICENSE.txt'
'Makefile')
-sha256sums=('fc7251afa9676394faca8436679f8ab37841f32b374bb965469234f53d281c47'
- 'c7d6d43ee20a247fcdce954274f9ffd419bd92644af9ce09929b7bef54a33398'
+sha256sums=('7e91934e3fdbd12715dbe3dd4e28a37b48e9b6894a590ef091db25660165bc98'
+ '70a44340820b0515f1d29e663342f0ed8efb3a29fa5619f18461cbaf7cdf27c3'
'eb965cc10ff6d032627429b87c553c2eb962d92753a8e30cfebdf699d1f5504a')
build () {