summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent4f4d89cdcedc184716626306954895fb8f1728ca (diff)
downloadaur-vim-python-mode-git.tar.gz
Add relations with vim-python-mode
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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)