summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2017-02-20 09:22:54 +0100
committerChris Warrick2017-02-20 09:22:54 +0100
commit1ba3d4116d0bfa871588b110622170031dc50f91 (patch)
tree38d734bba33e746690ec50622d1108243c13f547 /PKGBUILD
parent1cfce300eab7d8c88ec8d85d825be3401730e02a (diff)
downloadaur-1ba3d4116d0bfa871588b110622170031dc50f91.tar.gz
doit==0.30.3
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 f3c9397d444c..1fb078989122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Warrick <aur@chriswarrick.com>
pkgname=python-doit
_pyname=doit
-pkgver=0.30.2
+pkgver=0.30.3
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=('56754a1b2b4473fa946e9ec61b1b807b')
+md5sums=('8e574838ca72f7174f24c17d2c65639c')
package() {
cd "${srcdir}/${_pyname}-${pkgver}"