summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-06-02 01:57:03 +0200
committerhaawda2020-06-02 01:57:03 +0200
commitebd6e232d2e8e81c790655193952b33a2f45164b (patch)
tree46473b8a882e1cba5f330422814115c2226a7550
parent24458662d3bdf185beea3ade5115e0ccfcb65d22 (diff)
downloadaur-paexec.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f332e339ebdb..95010d0f2cf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = paexec
pkgdesc = Parallel executor, distributes tasks over network or CPUs
- pkgver = 1.1.3
+ pkgver = 1.1.4
pkgrel = 1
url = https://github.com/cheusov/paexec
arch = i686
@@ -11,8 +11,8 @@ pkgbase = paexec
makedepends = mk-configure
makedepends = clang
depends = runawk
- source = https://github.com/cheusov/paexec/archive/paexec-1.1.3.tar.gz
- sha256sums = 28b2abe808337b3bfcca5bc34f31b62245f9876180779f03378a3cdcceedf545
+ source = https://github.com/cheusov/paexec/archive/paexec-1.1.4.tar.gz
+ sha256sums = e0ad09598e6824e6a06f52a84c2646320b01757db757c06d340ebdbfc078d956
pkgname = paexec
diff --git a/PKGBUILD b/PKGBUILD
index 83e583cde1a5..25529756e6bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=paexec
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=1
pkgdesc="Parallel executor, distributes tasks over network or CPUs"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ makedepends=('bmake' 'libmaa' 'mk-configure' 'clang')
url="https://github.com/cheusov/paexec"
license=('MIT')
source=("https://github.com/cheusov/$pkgname/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('28b2abe808337b3bfcca5bc34f31b62245f9876180779f03378a3cdcceedf545')
+sha256sums=('e0ad09598e6824e6a06f52a84c2646320b01757db757c06d340ebdbfc078d956')
build() {
cd $pkgname-$pkgname-$pkgver