summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parenteee8160b8338862c905a0050796370246a0b8c5b (diff)
downloadaur-a0dd66b989058fc9e29047c7149f3f2df016f4d2.tar.gz
fix incorrect depends version number
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')