[arch-commits] Commit in vim-latexsuite/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Thu Oct 13 14:40:56 UTC 2016


    Date: Thursday, October 13, 2016 @ 14:40:55
  Author: lfleischer
Revision: 192173

upgpkg: vim-latexsuite 1:1.9.0-1

Upstream update.,

Modified:
  vim-latexsuite/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-13 14:39:23 UTC (rev 192172)
+++ PKGBUILD	2016-10-13 14:40:55 UTC (rev 192173)
@@ -1,12 +1,12 @@
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
 # Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
 # Contributor: Army
 
 pkgname=vim-latexsuite
 _pkgname=vim-latex
-pkgver=20141116
-_pkgver="1.8.23-${pkgver}.812-gitd0f31c9"
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
+epoch=1
 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
 arch=('any')
 url="http://vim-latex.sourceforge.net"
@@ -14,16 +14,18 @@
 depends=('vim')
 optdepends=('python2' 'texlive-bin')
 groups=('vim-plugins')
-source=("https://sourceforge.net/projects/${_pkgname}/files/snapshots/${_pkgname}-${_pkgver}.tar.gz")
-md5sums=('c7662fd5ccad9912655ca585626ed515')
+source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('7c64cad8f8f8eb3c9b3fe420385abeb5'
+         'SKIP')
+validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas
 install=$pkgname.install
  
 build() {
-	cd "${srcdir}/${_pkgname}-${_pkgver}"
+	cd "${srcdir}/${_pkgname}-${pkgver}"
 	find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
 }
 
 package() {
-	cd "${srcdir}/${_pkgname}-${_pkgver}"
+	cd "${srcdir}/${_pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' install
 }



More information about the arch-commits mailing list