summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlat2017-01-01 00:54:36 -0500
committerFlat2017-01-01 00:54:36 -0500
commitd17b0302b804575c94c43abb2601d295de9a07aa (patch)
tree0f8725d1aa54eec4dd1deaaf4aba6ff3d2bcc2dc
parent448dbe645ba71809435ce78f15fa944ef30ee4ca (diff)
downloadaur-d17b0302b804575c94c43abb2601d295de9a07aa.tar.gz
Remove uneeded dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ece0b6b32321..8b240fc500aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 1 05:45:36 UTC 2017
+# Sun Jan 1 05:54:26 UTC 2017
pkgbase = parallel-rust
pkgdesc = Inspired by GNU Parallel, a command-line CPU load balancer written in Rust.
pkgver = 0.8.0
@@ -8,7 +8,6 @@ pkgbase = parallel-rust
arch = i686
arch = x86_64
license = MIT
- depends = gcc-libs-multilib
optdepends = dash: increased performance over sh
provides = parallel
conflicts = parallel
diff --git a/PKGBUILD b/PKGBUILD
index d61480e47889..84092d3fafb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,6 @@ pkgdesc="Inspired by GNU Parallel, a command-line CPU load balancer written in R
arch=('i686' 'x86_64')
url="https://github.com/mmstick/parallel"
license=('MIT')
-depends=('gcc-libs-multilib')
optdepends=('dash: increased performance over sh')
provides=('parallel')
conflicts=('parallel')