summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2021-11-04 21:07:40 +0100
committerSanpi2021-11-04 21:57:21 +0100
commit4fbf94a4cc66aa68265b520e64f9f859fe9bb767 (patch)
tree36e157630963859ff7bee36dbc5bffe48e34f24c
parent85a9a83de149f80d9a4ce3b69a18a1ef98f8a477 (diff)
downloadaur-4fbf94a4cc66aa68265b520e64f9f859fe9bb767.tar.gz
Removes useless depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 1 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eeab9f70984..17eaf415c58d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,7 @@ pkgbase = trunk
arch = x86_64
license = APACHE
license = MIT
- depends = rust-wasm
- depends = wasm-bindgen-cli
source = trunk-0.8.0.tar.gz::https://github.com/thedodd/trunk/archive/v0.8.0.tar.gz
sha256sums = 5c5c320a42e4446292eb5f0843da86e5fa2d798b904801ce28c8295b678a83e5
pkgname = trunk
-
diff --git a/PKGBUILD b/PKGBUILD
index 33892c9d4927..ab35b2be5fc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,7 @@ pkgdesc="Build, bundle & ship your Rust WASM application to the web."
arch=(x86_64)
url="https://github.com/thedodd/trunk/"
license=(APACHE MIT)
-depends=(
-rust-wasm
-wasm-bindgen-cli
-)
+depends=()
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thedodd/trunk/archive/v${pkgver}.tar.gz")
sha256sums=('5c5c320a42e4446292eb5f0843da86e5fa2d798b904801ce28c8295b678a83e5')