summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e317b767e6af..8075392cdab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-cookiecutter
_pkgname=cookiecutter
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="A command-line utility that creates projects from project templates"
arch=('any')
@@ -24,7 +24,7 @@ replaces=()
backup=()
options=(!emptydirs)
source=("https://github.com/audreyr/${_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('48bf21b7e6d70bc81de6cb4a314dd26f')
+md5sums=('1d3ac4e2bcf8dd9d571c2171800dbe2e')
package() {
cd "$srcdir/${_pkgname}-${pkgver}"