[arch-commits] Commit in vim-ultisnips/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun Mar 8 22:43:23 UTC 2020
Date: Sunday, March 8, 2020 @ 22:43:23
Author: foxboron
Revision: 592613
upgpkg: vim-ultisnips 3.2-2
Modified:
vim-ultisnips/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 22:42:46 UTC (rev 592612)
+++ PKGBUILD 2020-03-08 22:43:23 UTC (rev 592613)
@@ -4,12 +4,12 @@
pkgname=vim-ultisnips
pkgver=3.2
-pkgrel=1
+pkgrel=2
pkgdesc='TextMate-style snippets for Vim.'
arch=('any')
url='https://github.com/SirVer/ultisnips'
license=('GPL3')
-depends=('vim' 'python2')
+depends=('vim' 'python')
groups=('vim-plugins')
replaces=('vim-snipmate')
makedepends=('git')
@@ -31,6 +31,6 @@
cp -r -t "$pkgdir/usr/share/vim/vimfiles/" UltiSnips autoload snippets
# compile .pyc and .pyo files (fixes FS#43121)
- find "${pkgdir}" -name '*.py' -exec python2 -mpy_compile {} +
- find "${pkgdir}" -name '*.py' -exec python2 -O -mpy_compile {} +
+ find "${pkgdir}" -name '*.py' -exec python -mpy_compile {} +
+ find "${pkgdir}" -name '*.py' -exec python -O -mpy_compile {} +
}
More information about the arch-commits
mailing list