summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Chase2016-01-28 22:11:18 -0600
committerCaleb Chase2016-01-28 22:11:18 -0600
commit7c2f676a2a38ae806411a7ff82ae9edf3c286647 (patch)
treef31eb18f08d91fd4755236081be511e42d4fe186
parent16158940a7be4c7dbc0d22a470a622dc8924426a (diff)
downloadaur-7c2f676a2a38ae806411a7ff82ae9edf3c286647.tar.gz
Fix dependencies
-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')