Date: Sunday, January 24, 2016 @ 16:03:41 Author: lfleischer Revision: 158750
upgpkg: vim-ultisnips 3.1-1 Upstream update. Modified: vim-ultisnips/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-24 15:03:18 UTC (rev 158749) +++ PKGBUILD 2016-01-24 15:03:41 UTC (rev 158750) @@ -1,22 +1,21 @@ -# $Id$ # Maintainer: Lukas Fleischer <[email protected]> # Contributor: Sven-Hendrik Haase <[email protected]> pkgname=vim-ultisnips -pkgver=3.0 -pkgrel=4 +pkgver=3.1 +pkgrel=1 pkgdesc='TextMate-style snippets for Vim.' arch=('any') url='https://github.com/SirVer/ultisnips' license=('GPL3') -depends=('vim' 'python') +depends=('vim' 'python2') groups=('vim-plugins') replaces=('vim-snipmate') install=vimdoc.install makedepends=('git') -source=("${pkgname}.tar.gz"::"https://github.com/SirVer/ultisnips/archive/${pkgver}.tar.gz" +source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/SirVer/ultisnips/archive/${pkgver}.tar.gz" git+https://github.com/honza/vim-snippets.git) -md5sums=('52d6df546c790e1cbe912fdeef8579ee' +md5sums=('bafd0738b618cc609606d0eba756d41c' 'SKIP') package() {
