summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkpcyrd2018-01-18 02:04:37 +0100
committerkpcyrd2018-01-18 02:04:37 +0100
commit7574477c74f0d3eed724e545896b8b12432e621f (patch)
treed1b5a0bb43cf0752c1e95e117349cea558fed110 /PKGBUILD
parent882f4883b143d265f9b48b69228fa473df04326b (diff)
downloadaur-7574477c74f0d3eed724e545896b8b12432e621f.tar.gz
v0.2.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e52702dd6c5..c73d35d0628f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname="python-fints"
pkgver="0.2.1"
-pkgrel=1
+pkgrel=2
pkgdesc="Minimal pure-python FinTS (formerly known as HBCI) implementation"
arch=(any)
url="https://github.com/raphaelm/python-fints"
license=('LGPL')
+depends=('python-mt940')
makedepends=('python-setuptools')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/raphaelm/python-fints/archive/v${pkgver}.tar.gz)
sha512sums=('4c1d651e51450e916fcbf9e91aacbd14fe6331770ae0395b66aeafd38a7fa2ccab66fbdd140568b76831fda9d25669644bfaf22c1ac47c0d1b8b4a630641487b')