summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2016-11-22 16:25:51 +0100
committerChris Warrick2016-11-22 16:25:51 +0100
commitd93e150d12d7fba8bafcb003f009f26d7cd7c71c (patch)
treed75bb7691867b8545494d3a33be23df2bee17178 /PKGBUILD
parent05042df35e5420ea3bae707dbd1b2b618a8b65b8 (diff)
downloadaur-d93e150d12d7fba8bafcb003f009f26d7cd7c71c.tar.gz
Restore older doit version for Nikola compatibility
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 650ffa17f4b4..66ebaf618943 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chris Warrick <aur@chriswarrick.com>
pkgname=python-doit
_pyname=doit
-pkgver=0.30.0
-pkgrel=1
+pkgver=0.29.0
+pkgrel=4
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=('fc312758d97e8a86da9c1e130a0bc572')
+md5sums=('9968e1a669bad0a999212ab9f5c591a3')
package() {
cd "${srcdir}/${_pyname}-${pkgver}"