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

Lukas Fleischer lfleischer at archlinux.org
Thu Jan 16 11:55:26 UTC 2020


    Date: Thursday, January 16, 2020 @ 11:55:25
  Author: lfleischer
Revision: 552752

upgpkg: vim-latexsuite 1:1.10.0-2: switch to Python 3

Modified:
  vim-latexsuite/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-16 11:54:37 UTC (rev 552751)
+++ PKGBUILD	2020-01-16 11:55:25 UTC (rev 552752)
@@ -5,7 +5,7 @@
 pkgname=vim-latexsuite
 _pkgname=vim-latex
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://vim-latex.sourceforge.net"
 license=('custom:vim')
 depends=('vim')
-optdepends=('python2' 'texlive-bin')
+optdepends=('python' 'texlive-bin')
 groups=('vim-plugins')
 source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc})
 md5sums=('4f3ef9fe66d5b4e365d9fa7347c7f4ea'
@@ -19,11 +19,6 @@
          'SKIP')
 validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas
 install=$pkgname.install
- 
-build() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
-}
 
 package() {
 	cd "${srcdir}/${_pkgname}-${pkgver}"



More information about the arch-commits mailing list