summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2018-03-18 13:53:12 +0100
committerChris Warrick2018-03-18 13:53:12 +0100
commit2f245b9bc8bb718e0fddd241ec9d0f593e470ecd (patch)
tree3b765bb00244b9a57e5e66e4dcfd0e49bcaf5e36 /PKGBUILD
parentd102ae42506812c9073b6afe033baf5094451f29 (diff)
downloadaur-python-doit.tar.gz
doit==0.31.1
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 165909792b4c..3c413cff2636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Warrick <aur@chriswarrick.com>
pkgname=python-doit
_pyname=doit
-pkgver=0.31.0
+pkgver=0.31.1
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=('4e6935453061d45149403a17b3af61a5')
+md5sums=('932b415ff967d2fc911641c321f5c61a')
package() {
cd "${srcdir}/${_pyname}-${pkgver}"