diff options
author | matclab | 2021-12-25 11:55:10 +0100 |
---|---|---|
committer | matclab | 2021-12-25 11:55:10 +0100 |
commit | e9f74e070863159d193405937c72fb5886a0b9ad (patch) | |
tree | 505975845ab206e1c338863b9c3891af80153e7c /PKGBUILD | |
parent | 6c5599611536fc39239c8d289bbed13f4879ca84 (diff) | |
download | aur-ledger-autosync-git.tar.gz |
Add maintainer + correct ofxclient dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,16 +1,16 @@ -# Maintainer: +# Maintainer: Mathieu <mathieu@clabaut.net> # Contributor: Felix Golatofski <contact@xdfr.de> # Contributor: Caleb Chase <firstname at lastnamefirstname dot com> pkgname=ledger-autosync-git _pyname=ledger-autosync pkgver=1.0.3.r7.g69f30ea -pkgrel=1 +pkgrel=2 pkgdesc="Pull down transactions from your bank and create ledger transactions for them" arch=("any") url="https://gitlab.com/egh/ledger-autosync" license=('GPL3') -depends=('python' 'ofxclient-git' 'ofxparse-git') +depends=('python' 'python-ofxclient-git' 'ofxparse-git') optdepends=('ledger') makedepends=('git' 'python-setuptools' 'python-poetry') provides=("${pkgname%-git}") |