summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e4fe05f510c..d958665d2a80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = pylyzer-git
arch = any
license = MIT
makedepends = cargo
+ provides = pylyzer
+ conflicts = pylyzer
source = git+https://github.com/mtshiba/pylyzer
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cd8665d568e8..9d9d7bfa8c22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ pkgdesc='A fast static code analyzer & language server for Python - git version'
arch=('any')
url='https://github.com/mtshiba/pylyzer'
license=('MIT')
+conflicts=( "$_pkgname" )
+provides=( "$_pkgname" )
makedepends=(
'cargo'
)