summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33cabda038cb..4304a8ef0970 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ledger-autosync-git
pkgdesc = Pull down transactions from your bank and create ledger transactions for them
pkgver = 1.0.3.r7.g69f30ea
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/egh/ledger-autosync
arch = any
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = ledger-autosync-git
makedepends = python-setuptools
makedepends = python-poetry
depends = python
- depends = ofxclient-git
+ depends = python-ofxclient-git
depends = ofxparse-git
optdepends = ledger
provides = ledger-autosync
diff --git a/PKGBUILD b/PKGBUILD
index 6a354f15f512..c174816827b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}")