summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2022-03-04 13:47:59 +0100
committerMikhail f. Shiryaev2022-03-04 13:47:59 +0100
commite548394b0eb3dafcddf970cd19d8cfd3ddf0d32f (patch)
tree86e57269e13339818847c5426836368c29565e73
parent5f4db0546422fbf07e3f9ee9e25c891e4692d492 (diff)
downloadaur-vim-webapi-git.tar.gz
Replace deprecated git protocol
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8805469949d5..f90efeac9db4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vim-webapi-git
pkgdesc = Vim Interface to Web API
- pkgver = 0.3.39.g10b8e92
+ pkgver = 0.3.43.gb09cbd3
pkgrel = 1
url = https://github.com/mattn/webapi-vim
install = vim-helptags.install
@@ -12,8 +12,7 @@ pkgbase = vim-webapi-git
depends = curl
provides = vim-webapi
conflicts = vim-webapi
- source = git://github.com/mattn/webapi-vim.git
+ source = git+https://github.com/mattn/webapi-vim.git
md5sums = SKIP
pkgname = vim-webapi-git
-
diff --git a/PKGBUILD b/PKGBUILD
index acb87712a3ab..8e7bf67be7fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# contributor: Mikhail felixoid Shiryaev <mr.felixoid na gmail com>
pkgname=vim-webapi-git
-pkgver=0.3.39.g10b8e92
+pkgver=0.3.43.gb09cbd3
pkgrel=1
pkgdesc="Vim Interface to Web API"
arch=(any)
@@ -12,7 +12,7 @@ depends=(vim curl)
makedepends=(git)
provides=(vim-webapi)
conflicts=(vim-webapi)
-source=(git://github.com/mattn/webapi-vim.git)
+source=(git+https://github.com/mattn/webapi-vim.git)
md5sums=(SKIP)
install=vim-helptags.install