summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2017-01-08 20:44:24 +0100
committerChris Warrick2017-01-08 20:44:24 +0100
commitadfdbd022c2259de41b5ca466a9494685f46dd50 (patch)
tree818dc2d75a46c688365a9a57dbdbbfcd8f169263 /PKGBUILD
parentd93e150d12d7fba8bafcb003f009f26d7cd7c71c (diff)
downloadaur-adfdbd022c2259de41b5ca466a9494685f46dd50.tar.gz
doit v0.30.0
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66ebaf618943..650ffa17f4b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chris Warrick <aur@chriswarrick.com>
pkgname=python-doit
_pyname=doit
-pkgver=0.29.0
-pkgrel=4
+pkgver=0.30.0
+pkgrel=1
pkgdesc='doit automation tool'
arch=('any')
url='http://pydoit.org/'
@@ -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=('9968e1a669bad0a999212ab9f5c591a3')
+md5sums=('fc312758d97e8a86da9c1e130a0bc572')
package() {
cd "${srcdir}/${_pyname}-${pkgver}"