summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlat2016-12-27 14:28:19 -0500
committerFlat2016-12-27 14:28:19 -0500
commitd6890dd9268fc82a1c35c0ab1b9e04bd3cf236c7 (patch)
tree1fccd91cd2b5725f99239d8177ac8eb07054a1d5 /PKGBUILD
parent2b6d02048e30a44abb2b968efc2c9cf48547a831 (diff)
downloadaur-d6890dd9268fc82a1c35c0ab1b9e04bd3cf236c7.tar.gz
Update to 0.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15ce4edbc007..b8262e96e062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Flat <Flat@imo.uto.moe>
pkgname=parallel-rust
-pkgver=0.6.5
+pkgver=0.7.0
pkgrel=1
pkgdesc="Inspired by GNU Parallel, a command-line CPU load balancer written in Rust."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ optdepends=('dash: increased performance over sh')
provides=('parallel')
conflicts=('parallel')
source=("https://github.com/mmstick/parallel/archive/$pkgver.tar.gz")
-md5sums=('7edd7383aa7f057c5d13095a4e3fa398')
+md5sums=('f4ba609e871ead210fcee524a110d9fb')
build() {
cd "parallel-$pkgver"