summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlat2016-12-27 14:28:19 -0500
committerFlat2016-12-27 14:28:19 -0500
commitd6890dd9268fc82a1c35c0ab1b9e04bd3cf236c7 (patch)
tree1fccd91cd2b5725f99239d8177ac8eb07054a1d5
parent2b6d02048e30a44abb2b968efc2c9cf48547a831 (diff)
downloadaur-d6890dd9268fc82a1c35c0ab1b9e04bd3cf236c7.tar.gz
Update to 0.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0490642470d..24fa1ef89938 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 23 22:41:33 UTC 2016
+# Tue Dec 27 19:26:55 UTC 2016
pkgbase = parallel-rust
pkgdesc = Inspired by GNU Parallel, a command-line CPU load balancer written in Rust.
- pkgver = 0.6.5
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/mmstick/parallel
arch = i686
@@ -14,8 +14,8 @@ pkgbase = parallel-rust
optdepends = dash: increased performance over sh
provides = parallel
conflicts = parallel
- source = https://github.com/mmstick/parallel/archive/0.6.5.tar.gz
- md5sums = 7edd7383aa7f057c5d13095a4e3fa398
+ source = https://github.com/mmstick/parallel/archive/0.7.0.tar.gz
+ md5sums = f4ba609e871ead210fcee524a110d9fb
pkgname = parallel-rust
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"