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

Lukas Fleischer lfleischer at archlinux.org
Sun Feb 9 06:20:08 UTC 2020


    Date: Sunday, February 9, 2020 @ 06:20:07
  Author: lfleischer
Revision: 565062

upgpkg: vim-latexsuite 1:1.10.0-3: add perl dependency

Modified:
  vim-latexsuite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 06:19:55 UTC (rev 565061)
+++ PKGBUILD	2020-02-09 06:20:07 UTC (rev 565062)
@@ -5,13 +5,13 @@
 pkgname=vim-latexsuite
 _pkgname=vim-latex
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
 arch=('any')
 url="http://vim-latex.sourceforge.net"
 license=('custom:vim')
-depends=('vim')
+depends=('perl' 'vim')
 optdepends=('python' 'texlive-bin')
 groups=('vim-plugins')
 source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc})



More information about the arch-commits mailing list