summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ad1aa871165..b099ec0fd3da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ofxclient
pkgname=python-ofxclient-git
pkgver=2.0.4.r0.g4da2719
-pkgrel=4
+pkgrel=5
pkgdesc="Simple ofxclient command line utility and OFX client libraries for development."
arch=('x86_64' 'i686')
url="https://github.com/captin411/ofxclient"
@@ -15,8 +15,8 @@ depends=('python>=3.7'
'python-ofxparse'
)
makedepends=(python-build python-installer python-wheel)
-provides=(ofxclient)
-conflicts=(ofxclient)
+provides=(ofxclient python-ofxclient)
+conflicts=(ofxclient python-ofxclient)
source=('ofxclient::git+https://github.com/captin411/ofxclient.git#branch=master')
md5sums=('SKIP')