summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfl0w12017-12-18 12:21:37 +0100
committerfl0w12017-12-18 12:21:37 +0100
commit73cc5b5d1a563ad06d715a865b8adbd6cb1ec4d3 (patch)
tree02c364aebb5623dec133bf1c301b274101ec3fa8
parenta9f2a77908b8064d30180c84b3780061f38f6874 (diff)
downloadaur-73cc5b5d1a563ad06d715a865b8adbd6cb1ec4d3.tar.gz
Update to recent version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b04283ecf79e..da05f40297b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-subprocrunner
pkgdesc = A Python wrapper library for subprocess module.
- pkgver = 0.8.7
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/thombashi/subprocrunner
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-subprocrunner
depends = python-logbook>=1.1.0
depends = python-mbstrdecoder
depends = python-six
- depends = python-typepy>=0.0.19
- source = https://github.com/thombashi/subprocrunner/archive/v0.8.7.tar.gz
+ depends = python-typepy>=0.0.20
+ source = https://github.com/thombashi/subprocrunner/archive/v0.10.0.tar.gz
md5sums = 2138d6e70444bea670eeebe2a58585b7
pkgname = python-subprocrunner
diff --git a/PKGBUILD b/PKGBUILD
index 38f970249f92..6102ac85f3a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
pkgname='python-subprocrunner'
_module='subprocrunner'
-pkgver='0.8.7'
+pkgver='0.10.0'
pkgrel=1
pkgdesc="A Python wrapper library for subprocess module."
url="https://github.com/thombashi/subprocrunner"
-depends=('python' 'python-logbook>=1.1.0' 'python-mbstrdecoder' 'python-six' 'python-typepy>=0.0.19')
+depends=('python' 'python-logbook>=1.1.0' 'python-mbstrdecoder' 'python-six' 'python-typepy>=0.0.20')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')