summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d80cfdf5621f..384000802a2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-cookiecutter
_pkgname=cookiecutter
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="A command-line utility that creates projects from project templates"
arch=('any')
@@ -11,7 +11,8 @@ url="https://github.com/audreyr/cookiecutter"
license=('BSD')
groups=('devel')
depends=('python-jinja>=2.7'
- 'python-ruamel.yaml>=0.10.12'
+ 'python-jinja-time>=0.1.0'
+ 'python-poyo>=0.1.0'
'python-binaryornot>=0.2.0'
'python-click>=5.0'
'python-future>=0.15.2'
@@ -23,7 +24,7 @@ replaces=()
backup=()
options=(!emptydirs)
source=("https://github.com/audreyr/${_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('e5aed760232a2563b528d53a0070e2a6')
+md5sums=('def59c6bac5b663259b7054e1f71fbfe')
package() {
cd "$srcdir/${_pkgname}-${pkgver}"