From 68a1a04bb1d9387c2de84260c8645c1457726318 Mon Sep 17 00:00:00 2001 From: Richard PALO <richard.palo@free.fr> Date: Fri, 30 Dec 2022 23:23:56 +0100 Subject: [PATCH] just in case add setuptools and quote all depends pkgs while we're there --- .SRCINFO | 3 ++- PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index dcee29a..9d5112b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,13 @@ pkgbase = python-schwifty pkgdesc = Validate/generate IBANS and BICS pkgver = 2022.9.0 - pkgrel = 2 + pkgrel = 3 url = http://github.com/mdomke/schwifty arch = any license = MIT makedepends = python-build makedepends = python-installer + makedepends = python-setuptools makedepends = python-setuptools-scm makedepends = python-wheel depends = python>=3.7 diff --git a/PKGBUILD b/PKGBUILD index fdc490d..3cc4895 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,13 @@ pkgname=python-schwifty _name=${pkgname#python-} pkgver=2022.9.0 -pkgrel=2 +pkgrel=3 pkgdesc="Validate/generate IBANS and BICS" arch=('any') url="http://github.com/mdomke/schwifty" license=('MIT') -makedepends=(python-build python-installer python-setuptools-scm python-wheel) -depends=('python>=3.7' python-iso3166 python-pycountry) +makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel') +depends=('python>=3.7' 'python-iso3166' 'python-pycountry') source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz) sha256sums=('ff3c4ad2951f8391b9c3d13e401b751f5d8b77981673e59a91074d5513121620')