summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2020-05-08 19:17:34 -0600
committerBrian Bidulock2020-05-08 19:17:34 -0600
commit7e754e519ace1e97b6568261f6a2e18b0ac37e0f (patch)
tree6d2ead8f5aaeeec1c7a36f4f1b4ed74ccbb912ce
parent3f69c12a6bca59af82c9f77e0bede789ac8951be (diff)
downloadaur-7e754e519ace1e97b6568261f6a2e18b0ac37e0f.tar.gz
uppkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ba470686b3c..2c40ccba64e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-parallax
pkgdesc = Execute commands and copy files over SSH to multiple machines at once
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = https://github.com/krig/parallax
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/krig/parallax/archive/1.0.5.tar.gz
- sha256sums = 58314ab63be40f3209dd4a06f6cbba952da54b2a1f152d889ed3b3291b87bed3
+ source = https://github.com/krig/parallax/archive/1.0.6.tar.gz
+ sha256sums = 229175f4347d2bd13a10b6f871f9ea35e724ad7a730d2e613d08948bc18b1533
pkgname = python-parallax
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index eb28c033eca8..cd8a0bc3c4ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-parallax
pkgname=('python-parallax' 'python2-parallax')
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc="Execute commands and copy files over SSH to multiple machines at once"
arch=('any')
@@ -10,7 +10,7 @@ license=('BSD')
url="https://github.com/krig/parallax"
makedepends=('python-setuptools' 'python2-setuptools')
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=('58314ab63be40f3209dd4a06f6cbba952da54b2a1f152d889ed3b3291b87bed3')
+sha256sums=('229175f4347d2bd13a10b6f871f9ea35e724ad7a730d2e613d08948bc18b1533')
prepare() {
cd "$srcdir"