summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37ea30e491d0..20684249c84e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 03:51:07 UTC 2016
+# Fri Jan 29 04:11:04 UTC 2016
pkgbase = ledger-autosync-git
pkgdesc = Pull down transactions from your bank and create ledger transactions for them
pkgver = r202.5892b62
@@ -9,10 +9,11 @@ pkgbase = ledger-autosync-git
license = GPL3
makedepends = git
depends = python2
- depends = python2-ofxparse
+ depends = ofxclient-git
+ depends = ofxparse-git
optdepends = ledger
- provides = ledger-autosync-git
- conflicts = ledger-autosync-git
+ provides = ledger-autosync
+ conflicts = ledger-autosync
source = git+https://gitlab.com/egh/ledger-autosync.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fd64e9b044bb..32803277fde2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgdesc="Pull down transactions from your bank and create ledger transactions fo
arch=("any")
url="https://gitlab.com/egh/ledger-autosync"
license=('GPL3')
-depends=('python2' 'python2-ofxparse')
+depends=('python2' 'ofxclient-git' 'ofxparse-git')
optdepends=('ledger')
makedepends=('git')
-provides=("${pkgname%}")
-conflicts=("${pkgname%}")
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=('git+https://gitlab.com/egh/ledger-autosync.git')
md5sums=('SKIP')