summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-10-04 03:54:30 -0400
committerHans-Nikolai Viessmann2019-10-04 03:54:30 -0400
commita752a2dbb0e0764c17d7c6cdcbb406e0169b83ce (patch)
tree54da3c0ff44709f16b705b81dde4cc747bd635e1
parenta0dd66b989058fc9e29047c7149f3f2df016f4d2 (diff)
downloadaur-a752a2dbb0e0764c17d7c6cdcbb406e0169b83ce.tar.gz
attempt 2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0eaae2d82979..033f32a13745 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = sac-stdlib-weekly
pkgdesc = The standard library for the Single-Assignment C programming language (weekly build)
pkgver = 1.3.76
- pkgrel = 2
+ pkgrel = 3
url = http://www.sac-home.org/
arch = x86_64
license = custom:SAC
- depends = sac-compiler-weekly==1.3.3.359-2
+ depends = sac-compiler-weekly>=1.3.3.359
provides = sac-stdlib
conflicts = sac-stdlib
replaces = sac-stdlib
diff --git a/PKGBUILD b/PKGBUILD
index ad5513e3c9cc..dfec30d5ecad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@ _changes=76
_commit=gfc43
_sac_version="1.3.3-359-2"
pkgver="${_version}.${_changes}"
-pkgrel=2
+pkgrel=3
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-2")
+depends=("sac-compiler-weekly>=1.3.3.359")
provides=('sac-stdlib')
replaces=('sac-stdlib')
conflicts=('sac-stdlib')