summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlat2016-12-30 18:07:29 -0500
committerFlat2016-12-30 18:07:29 -0500
commit600401ab4f38d7d275b7f911335f51d58035e033 (patch)
treefed7e083620a251e08380be9782142de953cd264 /PKGBUILD
parentd6890dd9268fc82a1c35c0ab1b9e04bd3cf236c7 (diff)
downloadaur-600401ab4f38d7d275b7f911335f51d58035e033.tar.gz
Update to 0.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8262e96e062..209823246512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Flat <Flat@imo.uto.moe>
pkgname=parallel-rust
-pkgver=0.7.0
+pkgver=0.8.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=('f4ba609e871ead210fcee524a110d9fb')
+md5sums=('ef2f9190e28a1d3531a9459f19893361')
build() {
cd "parallel-$pkgver"