summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2017-02-16 20:06:06 +0100
committerChris Warrick2017-02-16 20:06:06 +0100
commit9bb398494cb6eb884b56a8e049b9a2158691176d (patch)
tree5754e9cf9892d827941b8672679f9a999c8a567e /PKGBUILD
parentadfdbd022c2259de41b5ca466a9494685f46dd50 (diff)
downloadaur-9bb398494cb6eb884b56a8e049b9a2158691176d.tar.gz
doit 0.30.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 650ffa17f4b4..639c83dace12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Warrick <aur@chriswarrick.com>
pkgname=python-doit
_pyname=doit
-pkgver=0.30.0
+pkgver=0.30.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=('fc312758d97e8a86da9c1e130a0bc572')
+md5sums=('33c4b955d24f9df6273b79a9f275a957')
package() {
cd "${srcdir}/${_pyname}-${pkgver}"