summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2020-04-27 16:10:50 +0200
committerMikhail f. Shiryaev2020-04-27 16:10:50 +0200
commitee0502d0b6533bc5fc30a680928b35cc1b711438 (patch)
tree9a39b679e19a472bc423a0120695e809ab716c87
parent4f4d89cdcedc184716626306954895fb8f1728ca (diff)
downloadaur-vim-python-mode-git.tar.gz
Add relations with vim-python-mode
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b617bae3d13..54f753329f73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vim-python-mode-git
pkgdesc = Python-mode is a vim plugin that allows you to use the pylint, rope, pydoc library in vim to provide features like python code looking for bugs, refactoring and some other useful things.
pkgver = 0.9.2.r3.gf94b0d7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/python-mode/python-mode
install = install
arch = any
@@ -9,6 +9,8 @@ pkgbase = vim-python-mode-git
makedepends = git
depends = vim
depends = python2
+ provides = vim-python-mode
+ conflicts = vim-python-mode
source = vim-python-mode-git::git+https://github.com/python-mode/python-mode#branch=master
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ebdaa238a424..b04f72ca883e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=vim-python-mode-git
pkgver=0.9.2.r3.gf94b0d7
-pkgrel=1
+pkgrel=2
pkgdesc='Python-mode is a vim plugin that allows you to use the pylint, rope, pydoc library in vim to provide features like python code looking for bugs, refactoring and some other useful things.'
arch=('any')
license=('LGPL3')
@@ -11,6 +11,8 @@ url='https://github.com/python-mode/python-mode'
install='install'
depends=('vim' 'python2')
makedepends=('git')
+provides=('vim-python-mode')
+conflicts=('vim-python-mode')
source=("${pkgname}::git+https://github.com/python-mode/python-mode#branch=master")
sha256sums=(SKIP)