summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpcyrd2019-07-23 17:19:15 +0200
committerkpcyrd2019-07-23 17:19:15 +0200
commitc82e109c52b4c12098f12f6c576bd8df9918c544 (patch)
tree1fcfc80673999f2bda05eafed72b1b71b2f98b02
parentf9b0e631ff880ca1ee2f1748be8f7e9441b697ae (diff)
downloadaur-c82e109c52b4c12098f12f6c576bd8df9918c544.tar.gz
v2.2.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aeae80589662..89e7324fa5ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-fints
pkgdesc = Minimal pure-python FinTS (formerly known as HBCI) implementation
- pkgver = 2.1.1
- pkgrel = 2
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://github.com/raphaelm/python-fints
arch = any
license = LGPL
@@ -11,8 +11,8 @@ pkgbase = python-fints
depends = python-bleach
depends = python-sepaxml
depends = python-requests
- source = python-fints-2.1.1.tar.gz::https://github.com/raphaelm/python-fints/archive/v2.1.1.tar.gz
- sha512sums = 46f5f23656a253b7eacf84591002eb1e5c235d38d1a0cd2354fded972ab39afb50f6aee3ff81c501f33cdd5f2a3bbf5ea4abe219538564d1645bac45ceec833a
+ source = python-fints-2.2.0.tar.gz::https://github.com/raphaelm/python-fints/archive/v2.2.0.tar.gz
+ sha512sums = cfbea179700f509a70a25fb5d3f905deda5b18659659d6701c9193cb634a6880a4be6fbdba4924e41202c2e6171da9d0365fbcc5249b945a524c17d18c21f64b
pkgname = python-fints
diff --git a/PKGBUILD b/PKGBUILD
index ccd81b0c37d1..83500b3ed5a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: kpcyrd <git@rxv.cc>
pkgname="python-fints"
-pkgver="2.1.1"
-pkgrel=2
+pkgver="2.2.0"
+pkgrel=1
pkgdesc="Minimal pure-python FinTS (formerly known as HBCI) implementation"
arch=(any)
url="https://github.com/raphaelm/python-fints"
@@ -10,7 +10,7 @@ license=('LGPL')
depends=('python-mt-940' 'python-bleach' 'python-sepaxml' 'python-requests')
makedepends=('python-setuptools' 'python-pytest')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raphaelm/python-fints/archive/v${pkgver}.tar.gz")
-sha512sums=('46f5f23656a253b7eacf84591002eb1e5c235d38d1a0cd2354fded972ab39afb50f6aee3ff81c501f33cdd5f2a3bbf5ea4abe219538564d1645bac45ceec833a')
+sha512sums=('cfbea179700f509a70a25fb5d3f905deda5b18659659d6701c9193cb634a6880a4be6fbdba4924e41202c2e6171da9d0365fbcc5249b945a524c17d18c21f64b')
build() {
cd "${pkgname}-${pkgver}"