diff options
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}") |