summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeir Kriheli2017-11-23 22:08:36 +0200
committerMeir Kriheli2017-11-23 22:08:36 +0200
commit0f1b53165075b0c7203e6f175286897282e453e9 (patch)
tree64196c85b01a11f212e799b575f0c8c7f82d65f9
parent4868749e5db099e17fd17e1c6ba460a257cba216 (diff)
downloadaur-0f1b53165075b0c7203e6f175286897282e453e9.tar.gz
Update to 1.6.0, added requests dependency
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a62d584362e..5ee55c97e58c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 28 14:07:25 UTC 2017
+# Thu Nov 23 20:06:58 UTC 2017
pkgbase = python-cookiecutter
pkgdesc = A command-line utility that creates projects from project templates
- pkgver = 1.5.1
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/audreyr/cookiecutter
arch = any
@@ -15,9 +15,10 @@ pkgbase = python-cookiecutter
depends = python-click>=5.0
depends = python-future>=0.15.2
depends = python-whichcraft>=0.4.0
+ depends = python-requests>=2.8.0
options = !emptydirs
- source = https://github.com/audreyr/cookiecutter/archive/1.5.1.tar.gz
- md5sums = 1d3ac4e2bcf8dd9d571c2171800dbe2e
+ source = https://github.com/audreyr/cookiecutter/archive/1.6.0.tar.gz
+ md5sums = 3ccca1f825c4722074580f5fcd57a5af
pkgname = python-cookiecutter
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}"