summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkpcyrd2017-12-06 02:36:39 +0100
committerkpcyrd2017-12-06 02:36:39 +0100
commit98309e1458af28af8495a066c8f323cd7811d3b9 (patch)
treef06b55d022124f8ca5f402e3621013af000769c1 /PKGBUILD
parent8fc1d6eaeb5be4003a0ac2d33af06f32a4deb743 (diff)
downloadaur-98309e1458af28af8495a066c8f323cd7811d3b9.tar.gz
Move cargo to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49d95a71554a..02d3a4a28e23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@
_gitname=wasm-gc
pkgname=wasm-gc-git
pkgver=0.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="gc-sections for wasm"
url="https://github.com/alexcrichton/wasm-gc"
-depends=('cargo' 'gcc-libs')
+depends=('gcc-libs')
+makedepends=('cargo')
provides=('wasm-gc')
conflicts=('wasm-gc')
arch=('i686' 'x86_64' 'armv6h')