summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormatclab2023-11-25 12:42:24 +0100
committermatclab2023-11-25 12:42:24 +0100
commit0e5158dd9cf132d8b368587ff06b75823d3b309a (patch)
tree8b958b3f6bbf71e06e9e88ac0724c165cba50e62 /PKGBUILD
parent963cac8ecde9d1a57363e5743d8afd947e00ad41 (diff)
downloadaur-python-ofxclient-git.tar.gz
Complete provides and conflicts
Thanks @MarsSeed for reviewing it
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')