summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeir Kriheli2016-12-24 18:44:30 +0200
committerMeir Kriheli2016-12-24 18:44:30 +0200
commit0a929831fc85a05f3dbedd98b172f2af419270e3 (patch)
tree0bb8e5b30054f5052468838c045143661185c2b9
parente142390844226f7b073488464d63e4c0741c5068 (diff)
downloadaur-0a929831fc85a05f3dbedd98b172f2af419270e3.tar.gz
Update to version 1.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34ac205dc210..482e542ddc20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Apr 5 07:12:33 UTC 2016
pkgbase = python-cookiecutter
pkgdesc = A command-line utility that creates projects from project templates
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/audreyr/cookiecutter
arch = any
@@ -14,10 +12,10 @@ pkgbase = python-cookiecutter
depends = python-binaryornot>=0.2.0
depends = python-click>=5.0
depends = python-future>=0.15.2
- depends = python-whichcraft>=0.1.1
+ depends = python-whichcraft>=0.4.0
options = !emptydirs
- source = https://github.com/audreyr/cookiecutter/archive/1.4.0.tar.gz
- md5sums = def59c6bac5b663259b7054e1f71fbfe
+ source = https://github.com/audreyr/cookiecutter/archive/1.5.0.tar.gz
+ md5sums = 48bf21b7e6d70bc81de6cb4a314dd26f
pkgname = python-cookiecutter
diff --git a/PKGBUILD b/PKGBUILD
index 384000802a2e..e317b767e6af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-cookiecutter
_pkgname=cookiecutter
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="A command-line utility that creates projects from project templates"
arch=('any')
@@ -16,7 +16,7 @@ depends=('python-jinja>=2.7'
'python-binaryornot>=0.2.0'
'python-click>=5.0'
'python-future>=0.15.2'
- 'python-whichcraft>=0.1.1')
+ 'python-whichcraft>=0.4.0')
makedepends=()
provides=()
conflicts=()
@@ -24,7 +24,7 @@ replaces=()
backup=()
options=(!emptydirs)
source=("https://github.com/audreyr/${_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('def59c6bac5b663259b7054e1f71fbfe')
+md5sums=('48bf21b7e6d70bc81de6cb4a314dd26f')
package() {
cd "$srcdir/${_pkgname}-${pkgver}"