[arch-commits] Commit in vim-ultisnips/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Mon Jul 13 16:06:38 UTC 2020
Date: Monday, July 13, 2020 @ 16:06:38
Author: foxboron
Revision: 663419
upgpkg: vim-ultisnips 3.2-3 - reproducible builds
Modified:
vim-ultisnips/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-13 15:57:23 UTC (rev 663418)
+++ PKGBUILD 2020-07-13 16:06:38 UTC (rev 663419)
@@ -4,7 +4,7 @@
pkgname=vim-ultisnips
pkgver=3.2
-pkgrel=2
+pkgrel=3
pkgdesc='TextMate-style snippets for Vim.'
arch=('any')
url='https://github.com/SirVer/ultisnips'
@@ -13,8 +13,9 @@
groups=('vim-plugins')
replaces=('vim-snipmate')
makedepends=('git')
+_commit=2a4beefc7dfff8419f40f2672cfaaa726bdbff72
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/SirVer/ultisnips/archive/${pkgver}.tar.gz"
- git+https://github.com/honza/vim-snippets.git)
+ git+https://github.com/honza/vim-snippets.git#commit=$_commit)
sha256sums=('550365cdf6bf030b9e5b77e511b4e6b1427660ea6a117c4b6bb77afcb950c4ce'
'SKIP')
More information about the arch-commits
mailing list