summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-05-31 14:53:40 +0800
committerUniversebenzene2019-05-31 14:53:40 +0800
commit079bbe3640156661e7b1d1dc51ada1225131d0ea (patch)
tree10fab6b4264a443425869f4310321d752d11fc30
parentd298037d4a03b0882569494c933e9ee0ceb096cc (diff)
downloadaur-079bbe3640156661e7b1d1dc51ada1225131d0ea.tar.gz
Update to version 0.2.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccc852422555..bda46c3f49c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Dec 23 08:27:31 UTC 2018
pkgbase = python2-easyprocess
pkgdesc = EasyProcess is an easy to use python subprocess interface.
- pkgver = 0.2.5
+ pkgver = 0.2.7
pkgrel = 1
url = http://easyprocess.readthedocs.io/en/latest/
arch = any
@@ -10,8 +8,8 @@ pkgbase = python2-easyprocess
makedepends = python2
makedepends = python2-setuptools
makedepends = python2-sphinx
- source = https://files.pythonhosted.org/packages/source/E/EasyProcess/EasyProcess-0.2.5.tar.gz
- md5sums = b008558a28fe466e7bea271fdea1b460
+ source = https://files.pythonhosted.org/packages/source/E/EasyProcess/EasyProcess-0.2.7.tar.gz
+ md5sums = 2e24425df68b9c6ca723b0a3dcdfce5a
pkgname = python2-easyprocess
depends = python2>=2.6
diff --git a/PKGBUILD b/PKGBUILD
index 20a3cac62321..8165a72ad098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgbase=python2-easyprocess
pkgname=('python2-easyprocess' 'python-easyprocess-doc')
-pkgver=0.2.5
+pkgver=0.2.7
pkgrel=1
pkgdesc="EasyProcess is an easy to use python subprocess interface."
arch=('any')
@@ -9,7 +9,7 @@ url="http://easyprocess.readthedocs.io/en/latest/"
license=('BSD')
makedepends=('python2' 'python2-setuptools' 'python2-sphinx')
source=("https://files.pythonhosted.org/packages/source/E/EasyProcess/EasyProcess-${pkgver}.tar.gz")
-md5sums=('b008558a28fe466e7bea271fdea1b460')
+md5sums=('2e24425df68b9c6ca723b0a3dcdfce5a')
build() {
cd ${srcdir}/EasyProcess-${pkgver}