summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent3d0fda5fa67bc3689b0189703853d2aa54381f82 (diff)
downloadaur-vim-latexsuite-git.tar.gz
Fix repo source to point to the new location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {