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 8075392cdab6..aa8d5694f8eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-cookiecutter
_pkgname=cookiecutter
-pkgver=1.5.1
+pkgver=1.6.0
pkgrel=1
pkgdesc="A command-line utility that creates projects from project templates"
arch=('any')
@@ -16,7 +16,8 @@ depends=('python-jinja>=2.7'
'python-binaryornot>=0.2.0'
'python-click>=5.0'
'python-future>=0.15.2'
- 'python-whichcraft>=0.4.0')
+ 'python-whichcraft>=0.4.0'
+ 'python-requests>=2.8.0')
makedepends=()
provides=()
conflicts=()
@@ -24,7 +25,7 @@ replaces=()
backup=()
options=(!emptydirs)
source=("https://github.com/audreyr/${_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('1d3ac4e2bcf8dd9d571c2171800dbe2e')
+md5sums=("3ccca1f825c4722074580f5fcd57a5af")
package() {
cd "$srcdir/${_pkgname}-${pkgver}"