summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlat2016-12-30 18:07:29 -0500
committerFlat2016-12-30 18:07:29 -0500
commit600401ab4f38d7d275b7f911335f51d58035e033 (patch)
treefed7e083620a251e08380be9782142de953cd264
parentd6890dd9268fc82a1c35c0ab1b9e04bd3cf236c7 (diff)
downloadaur-600401ab4f38d7d275b7f911335f51d58035e033.tar.gz
Update to 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24fa1ef89938..fbcd6991f069 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 27 19:26:55 UTC 2016
+# Fri Dec 30 23:02:40 UTC 2016
pkgbase = parallel-rust
pkgdesc = Inspired by GNU Parallel, a command-line CPU load balancer written in Rust.
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/mmstick/parallel
arch = i686
@@ -14,7 +14,7 @@ pkgbase = parallel-rust
optdepends = dash: increased performance over sh
provides = parallel
conflicts = parallel
- source = https://github.com/mmstick/parallel/archive/0.7.0.tar.gz
+ source = https://github.com/mmstick/parallel/archive/0.8.0.tar.gz
md5sums = f4ba609e871ead210fcee524a110d9fb
pkgname = parallel-rust
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"