update to 2023.03.0
Changed Updated generated bank registries for Austria, Belgium, Germany, Netherlands, Hungary, Slovenia and Ukraine. Added New bank registry for Norway thanks to @ezet
This commit is contained in:
parent
68a1a04bb1
commit
1486dd79ba
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = python-schwifty
|
||||
pkgdesc = Validate/generate IBANS and BICS
|
||||
pkgver = 2022.9.0
|
||||
pkgrel = 3
|
||||
pkgver = 2023.3.0
|
||||
pkgrel = 1
|
||||
url = http://github.com/mdomke/schwifty
|
||||
arch = any
|
||||
license = MIT
|
||||
|
@ -13,7 +13,7 @@ pkgbase = python-schwifty
|
|||
depends = python>=3.7
|
||||
depends = python-iso3166
|
||||
depends = python-pycountry
|
||||
source = https://files.pythonhosted.org/packages/source/s/schwifty/schwifty-2022.9.0.tar.gz
|
||||
sha256sums = ff3c4ad2951f8391b9c3d13e401b751f5d8b77981673e59a91074d5513121620
|
||||
source = https://files.pythonhosted.org/packages/source/s/schwifty/schwifty-2023.3.0.tar.gz
|
||||
sha256sums = 527f49d58cedd3cd2f677af3a1551136931c00e6c14bc26c9f990440a515c5fd
|
||||
|
||||
pkgname = python-schwifty
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,8 +1,8 @@
|
|||
# Contributor: Richard PALO <richard.palo@free.fr>
|
||||
pkgname=python-schwifty
|
||||
_name=${pkgname#python-}
|
||||
pkgver=2022.9.0
|
||||
pkgrel=3
|
||||
pkgver=2023.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Validate/generate IBANS and BICS"
|
||||
arch=('any')
|
||||
url="http://github.com/mdomke/schwifty"
|
||||
|
@ -10,7 +10,7 @@ license=('MIT')
|
|||
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')
|
||||
sha256sums=('527f49d58cedd3cd2f677af3a1551136931c00e6c14bc26c9f990440a515c5fd')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_name-$pkgver"
|
||||
|
|
Loading…
Add table
Reference in a new issue