summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-06-02 01:57:03 +0200
committerhaawda2020-06-02 01:57:03 +0200
commitebd6e232d2e8e81c790655193952b33a2f45164b (patch)
tree46473b8a882e1cba5f330422814115c2226a7550 /PKGBUILD
parent24458662d3bdf185beea3ade5115e0ccfcb65d22 (diff)
downloadaur-ebd6e232d2e8e81c790655193952b33a2f45164b.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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