summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten de Vries2016-11-26 15:58:48 +0100
committerMaarten de Vries2017-05-25 14:58:53 +0200
commitd9d4fda4da3444b930bc9d3c9dd05062cfc35063 (patch)
treedf1df1f320d1e863b7a7794d756979073f20bdd9 /PKGBUILD
parent8ff0bdd39865b49bd26ab47de1e41e4e206e64cf (diff)
downloadaur-d9d4fda4da3444b930bc9d3c9dd05062cfc35063.tar.gz
Remove dependency on cloudabi-binutils since clang now has the linker.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e91659f3593c..51644a9f5ecf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cloudabi-toolchain
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Full toolchain to compile for CloudABI."
url='https://nuxi.nl/'
license=(BSD)
@@ -10,7 +10,6 @@ arch=(any)
depends=(
'cloudabi-clang'
- 'cloudabi-binutils'
'cloudabi-pkg-config'
)