From 54da3fc7faa2d4deb26d009a306d3231d32b2c9d Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Wed, 26 May 2021 17:19:30 +0530 Subject: [PATCH] cookiecutter: bump to 1.7.3 fix dependencies --- mingw-w64-python-cookiecutter/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-cookiecutter/PKGBUILD b/mingw-w64-python-cookiecutter/PKGBUILD index b53e802717..ab07485b75 100644 --- a/mingw-w64-python-cookiecutter/PKGBUILD +++ b/mingw-w64-python-cookiecutter/PKGBUILD @@ -4,7 +4,7 @@ _pyname=cookiecutter _realname=cookiecutter pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.7.2 +pkgver=1.7.3 pkgrel=1 pkgdesc='A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template. (mingw-w64)' arch=('any') @@ -21,13 +21,12 @@ depends=( "${MINGW_PACKAGE_PREFIX}-python-slugify" "${MINGW_PACKAGE_PREFIX}-python-requests" "${MINGW_PACKAGE_PREFIX}-python-six" - "${MINGW_PACKAGE_PREFIX}-python-markupsafe" ) makedepends=( "${MINGW_PACKAGE_PREFIX}-python-setuptools" ) source=("${_pyname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") -sha256sums=('efb6b2d4780feda8908a873e38f0e61778c23f6a2ea58215723bcceb5b515dac') +sha256sums=('6b9a4d72882e243be077a7397d0f1f76fe66cf3df91f3115dbb5330e214fa457') prepare() { cd "$srcdir"