summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-04-06 10:09:33 +0200
committerHans-Nikolai Viessmann2020-04-06 10:09:33 +0200
commit7435c61005eabf5982fa3d916a61bf4fe2655019 (patch)
tree38cba445c288cb92ce6a898c844779e7ca9f87c3
parenta752a2dbb0e0764c17d7c6cdcbb406e0169b83ce (diff)
downloadaur-7435c61005eabf5982fa3d916a61bf4fe2655019.tar.gz
bump version to latest weekly release
-rw-r--r--.SRCINFO14
-rw-r--r--LICENSE.txt2
-rw-r--r--PKGBUILD16
3 files changed, 17 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 033f32a13745..9171c18fba94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
pkgbase = sac-stdlib-weekly
pkgdesc = The standard library for the Single-Assignment C programming language (weekly build)
- pkgver = 1.3.76
- pkgrel = 3
+ pkgver = 1.3.81
+ pkgrel = 1
url = http://www.sac-home.org/
arch = x86_64
license = custom:SAC
- depends = sac-compiler-weekly>=1.3.3.359
+ depends = sac-compiler-weekly>=1.3.3.383
+ depends = hwloc
+ depends = cuda
provides = sac-stdlib
conflicts = sac-stdlib
replaces = sac-stdlib
- source = http://www.sac-home.org/packages/weekly/Linux/1.3.3-359-2/full/sac-stdlib-1.3-76-gfc43.tar.gz
+ source = https://gitlab.science.ru.nl/sac-group/sac-packages/-/raw/master/packages/weekly/Linux/1.3.3-383-1/full/sac-stdlib-1.3-81-g930d.tar.gz
source = LICENSE.txt
- sha256sums = 23893eec2030e6f95cbf906668842e48c17183709b5de8c4164e9235c32700e2
- sha256sums = c7d6d43ee20a247fcdce954274f9ffd419bd92644af9ce09929b7bef54a33398
+ sha256sums = f0130ceb71a37dbcc3cf4078b149d2818edc1d6053114a88b3e69f66170d38da
+ sha256sums = 70a44340820b0515f1d29e663342f0ed8efb3a29fa5619f18461cbaf7cdf27c3
pkgname = sac-stdlib-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 dfec30d5ecad..9ec84143d991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,23 +3,23 @@
pkgname=sac-stdlib-weekly
_version=1.3
-_changes=76
-_commit=gfc43
-_sac_version="1.3.3-359-2"
+_changes=81
+_commit=g930d
+_sac_version="1.3.3-383-1"
pkgver="${_version}.${_changes}"
-pkgrel=3
+pkgrel=1
pkgdesc='The standard library for the Single-Assignment C programming language (weekly build)'
arch=('x86_64')
url='http://www.sac-home.org/'
license=('custom:SAC')
-depends=("sac-compiler-weekly>=1.3.3.359")
+depends=("sac-compiler-weekly>=1.3.3.383" hwloc cuda)
provides=('sac-stdlib')
replaces=('sac-stdlib')
conflicts=('sac-stdlib')
-source=("http://www.sac-home.org/packages/weekly/Linux/${_sac_version}/full/sac-stdlib-${_version}-${_changes}-${_commit}.tar.gz"
+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=('23893eec2030e6f95cbf906668842e48c17183709b5de8c4164e9235c32700e2'
- 'c7d6d43ee20a247fcdce954274f9ffd419bd92644af9ce09929b7bef54a33398')
+sha256sums=('f0130ceb71a37dbcc3cf4078b149d2818edc1d6053114a88b3e69f66170d38da'
+ '70a44340820b0515f1d29e663342f0ed8efb3a29fa5619f18461cbaf7cdf27c3')
package() {
cd "$srcdir/sac-stdlib-${_version}-${_changes}-${_commit}"