summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlat2016-12-23 17:45:22 -0500
committerFlat2016-12-23 17:45:22 -0500
commit2b6d02048e30a44abb2b968efc2c9cf48547a831 (patch)
tree4a454679a3579fbb39d0397543945732ff30c6d0 /PKGBUILD
parent7097bb141745fae2246897ed24df03b8824b7a29 (diff)
downloadaur-2b6d02048e30a44abb2b968efc2c9cf48547a831.tar.gz
Update to 6.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9467f98eef2c..15ce4edbc007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Flat <Flat@imo.uto.moe>
pkgname=parallel-rust
-pkgver=0.6.2
+pkgver=0.6.5
pkgrel=1
pkgdesc="Inspired by GNU Parallel, a command-line CPU load balancer written in Rust."
arch=('i686' 'x86_64')
@@ -8,10 +8,11 @@ url="https://github.com/mmstick/parallel"
license=('MIT')
depends=('gcc-libs-multilib')
makedepends=('rust-nightly' 'cargo-nightly')
+optdepends=('dash: increased performance over sh')
provides=('parallel')
conflicts=('parallel')
source=("https://github.com/mmstick/parallel/archive/$pkgver.tar.gz")
-md5sums=('aaa869a144e0a7fd249626aa56b261cc')
+md5sums=('7edd7383aa7f057c5d13095a4e3fa398')
build() {
cd "parallel-$pkgver"