summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2018-02-25 22:24:50 +0100
committerChris Warrick2018-02-25 22:24:50 +0100
commitd102ae42506812c9073b6afe033baf5094451f29 (patch)
treef46bc9ae6be0abe3caf92e7643be08672d5e6b8d /PKGBUILD
parent1ba3d4116d0bfa871588b110622170031dc50f91 (diff)
downloadaur-d102ae42506812c9073b6afe033baf5094451f29.tar.gz
doit==0.31.0
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"