summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-01-02 14:29:19 +0100
committerPhilipp A2020-01-02 14:29:19 +0100
commit7a3c61a2dca43f324e3a9f4e46b3be501a99cb02 (patch)
tree60637df487ce006121ed0681c718dc73aa33c917
parentcb6163aca6532bcb861245640d75c351b5925805 (diff)
downloadaur-7a3c61a2dca43f324e3a9f4e46b3be501a99cb02.tar.gz
v6.1.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b65cdc92da9..f3dabecc429e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = python-fintech
- pkgver = 5.2.1
+ pkgdesc = Finance tech: SEPA, EBICS & more
+ pkgver = 6.1.1
pkgrel = 1
- url = https://github.com/theislab/fintech
+ url = https://www.joonis.de/fintech
arch = any
license = custom:restricted use
depends = python-certifi
depends = python-fpdf>=1.7.2
depends = python-lxml
- noextract = fintech-5.2.1-cp37-none-any.whl
- source = https://files.pythonhosted.org/packages/cp37/f/fintech/fintech-5.2.1-cp37-none-any.whl
- sha256sums = 3239606d6d30fce6b0cac405b2696366d0b57ff5bffb281e7ecaec3fc2004d25
+ noextract = fintech-6.1.1-cp38-none-any.whl
+ source = https://files.pythonhosted.org/packages/cp38/f/fintech/fintech-6.1.1-cp38-none-any.whl
+ sha256sums = 01cdf6e983b335601b53db04d6fd29a95c6906e88c89336fd20fc6985a1a1bdc
pkgname = python-fintech
diff --git a/PKGBUILD b/PKGBUILD
index cd909a3997f0..305c0a50dab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_name=fintech
pkgname=python-$_name
-pkgver=5.2.1
+pkgver=6.1.1
pkgrel=1
-pkgdesc=''
+pkgdesc='Finance tech: SEPA, EBICS & more'
arch=(any)
-url="https://github.com/theislab/$_name"
+url="https://www.joonis.de/$_name"
license=('custom:restricted use')
depends=(python-certifi 'python-fpdf>=1.7.2' python-lxml)
-_pyarch=cp37
+_pyarch=cp38
_wheel="${_name/-/_}-$pkgver-$_pyarch-none-any.whl"
source=("https://files.pythonhosted.org/packages/$_pyarch/${_name::1}/$_name/$_wheel")
-sha256sums=('3239606d6d30fce6b0cac405b2696366d0b57ff5bffb281e7ecaec3fc2004d25')
+sha256sums=('01cdf6e983b335601b53db04d6fd29a95c6906e88c89336fd20fc6985a1a1bdc')
noextract=("$_wheel")
package() {