summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornot_anonymous2023-09-26 21:25:09 -0600
committernot_anonymous2023-09-26 21:25:09 -0600
commit099c2dd69e2fcb0b09ced461dd405c26450114b3 (patch)
tree92c887ea75eb216735f31f6ebd5f8237ec47408f /PKGBUILD
parenta544a6cfd0307c80bdb76d16bd1481205789a761 (diff)
downloadaur-099c2dd69e2fcb0b09ced461dd405c26450114b3.tar.gz
Update conflicts et al
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcef72f81b2b..7b3f981d54ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ arch=('any')
url="https://pypi.org/project/$pkgname/"
depends=('python' 'python-xmltodict' 'python-requests' 'sqlite' 'hamradio-menus' 'fdlogger')
makedepends=('python-build' 'python-installer' 'python-wheel')
+provides=(fdserver)
+conflicts=(fdserver-git)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/${pkgname/-/_}-$pkgver.tar.gz"
"$pkgname.1")