summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoshless2022-04-22 19:40:30 +0200
committerRoshless2022-04-22 19:40:30 +0200
commitfcc0683b6390a46d120a32b44840b5fd482e234f (patch)
tree35c443b7afefe0b1da26c3072a7d1cc0004462fb /PKGBUILD
parent4188c5a9c48b10772f3f7720e811f035b2eab063 (diff)
downloadaur-python-pyls-isort.tar.gz
upgpkg: python-pyls-isort 0.2.2-3
add conflicts and replaces to python-lsp-isort requested by wuestengecko
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 184ea641f979..76026a781136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=python-pyls-isort
_name=${pkgname#python-}
pkgver=0.2.2
-pkgrel=2
+pkgrel=3
pkgdesc='Isort plugin for python-language-server'
url='https://github.com/paradoxxxzero/pyls-isort'
arch=('any')
license=('MIT')
depends=('python-lsp-server' 'python-isort')
makedepends=('python-setuptools')
+conflicts=(python-lsp-isort)
+replaces=(python-lsp-isort)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
build() {