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

2020-05-25 Thread Felix Yan via arch-commits
Date: Monday, May 25, 2020 @ 16:17:19
  Author: felixonmars
Revision: 634646

upgpkg: vim-surround 2.1-4: Buildinfo Format 1 rebuild

Modified:
  vim-surround/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-25 16:17:11 UTC (rev 634645)
+++ PKGBUILD2020-05-25 16:17:19 UTC (rev 634646)
@@ -5,7 +5,7 @@
 
 pkgname=vim-surround
 pkgver=2.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Provides mappings to easily delete, change, and add paired 
surroundings'
 url='https://github.com/tpope/vim-surround'
 arch=('any')


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:12:58
  Author: anthraxx
Revision: 307541

upgpkg: vim-surround 2.1-3

Modified:
  vim-surround/trunk/PKGBUILD

--+
 PKGBUILD |   31 +--
 1 file changed, 17 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 02:08:29 UTC (rev 307540)
+++ PKGBUILD2018-03-14 02:12:58 UTC (rev 307541)
@@ -1,26 +1,29 @@
-# $Id$
-# Maintainer: Daniel Micay 
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
 # Contributor: Aaron Schaefer 
 # Contributor: Daniel J Griffiths 
 
 pkgname=vim-surround
 pkgver=2.1
-pkgrel=2
-pkgdesc='Provides mappings to easily delete, change, and add paired 
"surroundings"'
+pkgrel=3
+pkgdesc='Provides mappings to easily delete, change, and add paired 
surroundings'
+url='https://github.com/tpope/vim-surround'
 arch=('any')
-url='https://github.com/tpope/vim-surround'
 license=('custom:vim')
+depends=('vim')
 groups=('vim-plugins')
-depends=('vim')
-source=($pkgname-$pkgver.tar.gz::https://github.com/tpope/vim-surround/archive/v2.1.tar.gz
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/vim-surround/archive/v${pkgver}.tar.gz
 license.txt)
-md5sums=('85ffd09f75fe308f0bde43b0ce39bc2c'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+sha512sums=('db2c755b9f29420cf8affdfd69fccb45ded000e29c05d100afadf7e038262cb404a908e82b06941cf1d539fa253a1997942b1b1cb87445b57b2209ed671ff30d'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
 
 package() {
-  cd $pkgname-$pkgver
-  local installpath="$pkgdir/usr/share/vim/vimfiles"
-  install -Dm644 doc/surround.txt "$installpath/doc/surround.txt"
-  install -Dm644 plugin/surround.vim "$installpath/plugin/surround.vim"
-  install -Dm644 ../license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd ${pkgname}-${pkgver}
+  local installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/* -t "${installpath}/doc"
+  install -Dm 644 plugin/* -t "${installpath}/plugin"
+  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in vim-surround/trunk (PKGBUILD vimdoc.install)

2017-04-18 Thread Jelle van der Waa
Date: Tuesday, April 18, 2017 @ 13:56:22
  Author: jelle
Revision: 223731

upgpkg: vim-surround 2.1-2

vimdoc hook cleanup

Modified:
  vim-surround/trunk/PKGBUILD
Deleted:
  vim-surround/trunk/vimdoc.install

+
 PKGBUILD   |3 +--
 vimdoc.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 13:53:46 UTC (rev 223730)
+++ PKGBUILD2017-04-18 13:56:22 UTC (rev 223731)
@@ -5,7 +5,7 @@
 
 pkgname=vim-surround
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Provides mappings to easily delete, change, and add paired 
"surroundings"'
 arch=('any')
 url='https://github.com/tpope/vim-surround'
@@ -12,7 +12,6 @@
 license=('custom:vim')
 groups=('vim-plugins')
 depends=('vim')
-install=vimdoc.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/tpope/vim-surround/archive/v2.1.tar.gz
 license.txt)
 md5sums=('85ffd09f75fe308f0bde43b0ce39bc2c'

Deleted: vimdoc.install
===
--- vimdoc.install  2017-04-18 13:53:46 UTC (rev 223730)
+++ vimdoc.install  2017-04-18 13:56:22 UTC (rev 223731)
@@ -1,14 +0,0 @@
-post_install() {
-  echo -n "Updating Vim help tags..."
-  /usr/bin/vim --noplugin -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}


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

2015-03-03 Thread Daniel Micay
Date: Tuesday, March 3, 2015 @ 21:22:54
  Author: thestinger
Revision: 128662

upgpkg: vim-surround 2.1-1

Modified:
  vim-surround/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-03 20:11:05 UTC (rev 128661)
+++ PKGBUILD2015-03-03 20:22:54 UTC (rev 128662)
@@ -4,25 +4,24 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=vim-surround
-_sourceid=12566
-pkgver=2.0
-pkgrel=3
+pkgver=2.1
+pkgrel=1
 pkgdesc='Provides mappings to easily delete, change, and add paired 
"surroundings"'
 arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=1697'
+url='https://github.com/tpope/vim-surround'
 license=('custom:vim')
 groups=('vim-plugins')
 depends=('vim')
 install=vimdoc.install
-source=("http://www.vim.org/scripts/download_script.php?src_id=$_sourceid";
-'license.txt')
-md5sums=('c3d5129befb14ae82c1e7769253b703c'
+source=($pkgname-$pkgver.tar.gz::https://github.com/tpope/vim-surround/archive/v2.1.tar.gz
+license.txt)
+md5sums=('85ffd09f75fe308f0bde43b0ce39bc2c'
  'cd49910a3dde6fe0a7e24ebe8cbf7066')
 
 package() {
+  cd $pkgname-$pkgver
   local installpath="$pkgdir/usr/share/vim/vimfiles"
-
   install -Dm644 doc/surround.txt "$installpath/doc/surround.txt"
   install -Dm644 plugin/surround.vim "$installpath/plugin/surround.vim"
-  install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2014-07-01 Thread Daniel Micay
Date: Tuesday, July 1, 2014 @ 12:24:34
  Author: thestinger
Revision: 113950

upgpkg: vim-surround 2.0-3

Modified:
  vim-surround/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 10:21:06 UTC (rev 113949)
+++ PKGBUILD2014-07-01 10:24:34 UTC (rev 113950)
@@ -6,7 +6,7 @@
 pkgname=vim-surround
 _sourceid=12566
 pkgver=2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Provides mappings to easily delete, change, and add paired 
"surroundings"'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=1697'
@@ -20,8 +20,6 @@
  'cd49910a3dde6fe0a7e24ebe8cbf7066')
 
 package() {
-  cd "$srcdir"
-
   local installpath="$pkgdir/usr/share/vim/vimfiles"
 
   install -Dm644 doc/surround.txt "$installpath/doc/surround.txt"