summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29bd13526d14..7f79d2d7843c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 16:44:26 UTC 2016
+# Thu Mar 10 19:41:09 UTC 2016
pkgbase = cloudabi-clang
pkgdesc = Symlinks for the clang toolchain for CloudABI.
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = http://clang.llvm.org/
arch = any
license = custom:LLVM
depends = clang>=3.7
+ depends = cloudabi-binutils
pkgname = cloudabi-clang
diff --git a/PKGBUILD b/PKGBUILD
index 2f6dff7c2214..b24be7b43964 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
pkgname=cloudabi-clang
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Symlinks for the clang toolchain for CloudABI."
url='http://clang.llvm.org/'
arch=('any')
depends=(
'clang>=3.7'
+ 'cloudabi-binutils'
)
license=(custom:LLVM)