summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2017-01-18 16:21:18 -0700
committerJohn D Jones III2017-01-18 16:21:18 -0700
commit76402b61036c9d1f0412a139cdb0d6a4530c5466 (patch)
treea4f2e27f20043e57e4fdc4b2470cdb580c717da4
parent3d0fda5fa67bc3689b0189703853d2aa54381f82 (diff)
downloadaur-76402b61036c9d1f0412a139cdb0d6a4530c5466.tar.gz
Fix repo source to point to the new location
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1828b3201bc0..1a97ce10e5e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Jan 18 23:20:52 UTC 2017
pkgbase = vim-latexsuite-git
pkgdesc = Provides a comprehensive set of tools to view, edit, and compile LaTeX documents within Vim. Also provides macros to speed up the creation of LaTeX documents.
- pkgver = 0.r835.ae5a9cb
+ pkgver = 0.r913.0e832ae
pkgrel = 1
epoch = 1
url = http://vim-latex.sourceforge.net
@@ -14,7 +16,7 @@ pkgbase = vim-latexsuite-git
optdepends = texlive-bin
provides = vim-latexsuite
conflicts = vim-latexsuite
- source = vim-latexsuite::git+git://git.code.sf.net/p/vim-latex/vim-latex
+ source = vim-latexsuite::git+https://github.com/vim-latex/vim-latex.git
md5sums = SKIP
pkgname = vim-latexsuite-git
diff --git a/PKGBUILD b/PKGBUILD
index fa3ec2826a70..a6d4a7f496ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Army
_pkgname=vim-latexsuite
pkgname=$_pkgname-git
-pkgver=0.r835.ae5a9cb
+pkgver=0.r913.0e832ae
pkgrel=1
epoch=1
pkgdesc="Provides a comprehensive set of tools to view, edit, and compile LaTeX documents within Vim. Also provides macros to speed up the creation of LaTeX documents."
@@ -16,7 +16,7 @@ optdepends=('python2' 'texlive-bin')
provides=("$_pkgname")
conflicts=("$_pkgname")
install=$pkgname.install
-source=("$_pkgname::git+git://git.code.sf.net/p/vim-latex/vim-latex")
+source=("$_pkgname::git+https://github.com/vim-latex/vim-latex.git")
md5sums=('SKIP')
pkgver() {