summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelixoid2017-03-21 22:58:49 +0300
committerfelixoid2017-03-21 22:58:49 +0300
commit4de92a17bc631608cf5b59992e48db29a0c14790 (patch)
tree39be3179f61ac6743a267b06f84c5e7214ce0f21
parente10449285f7e393c18067e6e52dbef736ed14643 (diff)
downloadaur-4de92a17bc631608cf5b59992e48db29a0c14790.tar.gz
update version to upstream
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 346d1285dfdb..16eb910d587a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Aug 30 15:02:47 UTC 2016
+# Tue Mar 21 19:58:05 UTC 2017
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.8.1.r2.g4bda303
+ pkgver = 0.8.1.r136.g2f850dc
pkgrel = 1
- url = https://github.com/klen/python-mode
+ url = https://github.com/python-mode/python-mode
install = install
arch = any
license = LGPL3
makedepends = git
depends = vim
depends = python2
- source = vim-python-mode-git::git+https://github.com/klen/python-mode#branch=master
+ source = vim-python-mode-git::git+https://github.com/python-mode/python-mode#branch=master
sha256sums = SKIP
pkgname = vim-python-mode-git
diff --git a/PKGBUILD b/PKGBUILD
index c376ecd18d78..8eee4d4fa66a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Mikhail felixoid Shiryaev <mr dot felixoid na gmail com>
pkgname=vim-python-mode-git
-pkgver=0.8.1.r2.g4bda303
+pkgver=0.8.1.r136.g2f850dc
pkgrel=1
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')
-url='https://github.com/klen/python-mode'
+url='https://github.com/python-mode/python-mode'
install='install'
depends=('vim' 'python2')
makedepends=('git')
-source=("${pkgname}::git+https://github.com/klen/python-mode#branch=master")
+source=("${pkgname}::git+https://github.com/python-mode/python-mode#branch=master")
sha256sums=(SKIP)
pkgver() {