summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-10-04 03:50:46 -0400
committerHans-Nikolai Viessmann2019-10-04 03:50:46 -0400
commita0dd66b989058fc9e29047c7149f3f2df016f4d2 (patch)
tree861a8989bcd0b15584c49e7631da643094e47a78
parenteee8160b8338862c905a0050796370246a0b8c5b (diff)
downloadaur-a0dd66b989058fc9e29047c7149f3f2df016f4d2.tar.gz
fix incorrect depends version number
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c50ebd83754..0eaae2d82979 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 = 1
+ pkgrel = 2
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.359-2
provides = sac-stdlib
conflicts = sac-stdlib
replaces = sac-stdlib
diff --git a/PKGBUILD b/PKGBUILD
index 905baddfc6c8..ad5513e3c9cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@ _changes=76
_commit=gfc43
_sac_version="1.3.3-359-2"
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/'
license=('custom:SAC')
-depends=("sac-compiler-weekly==1.3.3.359")
+depends=("sac-compiler-weekly==1.3.3.359-2")
provides=('sac-stdlib')
replaces=('sac-stdlib')
conflicts=('sac-stdlib')