summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Warrick2018-02-25 22:24:50 +0100
committerChris Warrick2018-02-25 22:24:50 +0100
commitd102ae42506812c9073b6afe033baf5094451f29 (patch)
treef46bc9ae6be0abe3caf92e7643be08672d5e6b8d
parent1ba3d4116d0bfa871588b110622170031dc50f91 (diff)
downloadaur-d102ae42506812c9073b6afe033baf5094451f29.tar.gz
doit==0.31.0
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fdd967e0706..5c7aefa1fef7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-doit
pkgdesc = doit automation tool
- pkgver = 0.30.3
+ pkgver = 0.31.0
pkgrel = 1
url = http://pydoit.org/
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-doit
depends = python-setuptools
depends = python-cloudpickle
options = !emptydirs
- source = https://pypi.io/packages/source/d/doit/doit-0.30.3.tar.gz
- md5sums = 8e574838ca72f7174f24c17d2c65639c
+ source = https://pypi.io/packages/source/d/doit/doit-0.31.0.tar.gz
+ md5sums = 4e6935453061d45149403a17b3af61a5
pkgname = python-doit
diff --git a/PKGBUILD b/PKGBUILD
index 1fb078989122..165909792b4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Warrick <aur@chriswarrick.com>
pkgname=python-doit
_pyname=doit
-pkgver=0.30.3
+pkgver=0.31.0
pkgrel=1
pkgdesc='doit automation tool'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
options=(!emptydirs)
source=("https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
depends=('python' 'python-pyinotify' 'python-six' 'python-setuptools' 'python-cloudpickle')
-md5sums=('8e574838ca72f7174f24c17d2c65639c')
+md5sums=('4e6935453061d45149403a17b3af61a5')
package() {
cd "${srcdir}/${_pyname}-${pkgver}"