summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2018-03-23 15:13:09 +0100
committerCedric Girard2018-03-23 15:13:09 +0100
commit3dc08dd76da2460667f5c60044a7e4ccefe1f719 (patch)
treead03f1185264363037575201fc5852a86811eca1
parent15a6a8e56f10a0040f2ca546ff3af263fddb5d23 (diff)
downloadaur-3dc08dd76da2460667f5c60044a7e4ccefe1f719.tar.gz
corrected source url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f40886bd213..c09bc20e2300 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Thu Jan 21 10:27:37 UTC 2016
pkgbase = vim-live-latex-preview
pkgdesc = Vim plugin and helper scripts to provide a live-updating PDF preview of LaTeX documents with MuPDF
pkgver = 0.9
@@ -11,7 +9,7 @@ pkgbase = vim-live-latex-preview
depends = vim
depends = xdotool
depends = mupdf
- source = http://people.umass.edu/umass298y-klement/vim-live-latex-preview-0.9.tar.gz
+ source = http://the21stcenturymonads.net/misc/vim-live-latex-preview-0.9.tar.gz
md5sums = 3a1d506673ba6c5556d502c0c9d4cdb3
pkgname = vim-live-latex-preview
diff --git a/PKGBUILD b/PKGBUILD
index 6f64825db8d8..3c505a8adefb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://bbs.archlinux.org/viewtopic.php?id=107164"
license=('GPL')
depends=('texlive-core' 'vim' 'xdotool' 'mupdf')
-source=(http://people.umass.edu/umass298y-klement/${pkgname}-${pkgver}.tar.gz)
+source=(http://the21stcenturymonads.net/misc/${pkgname}-${pkgver}.tar.gz)
md5sums=('3a1d506673ba6c5556d502c0c9d4cdb3')
package() {