corrected source url
This commit is contained in:
parent
15a6a8e56f
commit
3dc08dd76d
2 changed files with 2 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,5 +1,3 @@
|
||||||
# Generated by mksrcinfo v8
|
|
||||||
# Thu Jan 21 10:27:37 UTC 2016
|
|
||||||
pkgbase = vim-live-latex-preview
|
pkgbase = vim-live-latex-preview
|
||||||
pkgdesc = Vim plugin and helper scripts to provide a live-updating PDF preview of LaTeX documents with MuPDF
|
pkgdesc = Vim plugin and helper scripts to provide a live-updating PDF preview of LaTeX documents with MuPDF
|
||||||
pkgver = 0.9
|
pkgver = 0.9
|
||||||
|
@ -11,7 +9,7 @@ pkgbase = vim-live-latex-preview
|
||||||
depends = vim
|
depends = vim
|
||||||
depends = xdotool
|
depends = xdotool
|
||||||
depends = mupdf
|
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
|
md5sums = 3a1d506673ba6c5556d502c0c9d4cdb3
|
||||||
|
|
||||||
pkgname = vim-live-latex-preview
|
pkgname = vim-live-latex-preview
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -8,7 +8,7 @@ arch=('any')
|
||||||
url="https://bbs.archlinux.org/viewtopic.php?id=107164"
|
url="https://bbs.archlinux.org/viewtopic.php?id=107164"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('texlive-core' 'vim' 'xdotool' 'mupdf')
|
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')
|
md5sums=('3a1d506673ba6c5556d502c0c9d4cdb3')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue