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

2020-06-13 Thread Levente Polyak via arch-commits
Date: Saturday, June 13, 2020 @ 14:58:28
  Author: anthraxx
Revision: 642862

upgpkg: vim-fugitive 3.2-1

Modified:
  vim-fugitive/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-13 14:54:26 UTC (rev 642861)
+++ PKGBUILD2020-06-13 14:58:28 UTC (rev 642862)
@@ -4,7 +4,7 @@
 # Contributor: János Illés 
 
 pkgname=vim-fugitive
-pkgver=3.0
+pkgver=3.2
 pkgrel=1
 pkgdesc='Git wrapper so awesome, it should be illegal'
 url='https://github.com/tpope/vim-fugitive'
@@ -12,10 +12,12 @@
 license=('custom:vim')
 depends=('vim' 'git')
 groups=('vim-plugins')
-source=(https://github.com/tpope/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
 license.txt)
-sha512sums=('c68aebb577530be2bb32bb79b261b4b235e14d59e73be462aa4a0f6358c484dbaa19c40f880e1b678780abb66d56960f58a4d5fa99c24c60d797db0e25077464'
+sha512sums=('c7ac97d52f683a73545efddf33986dedecbae25208ebf0703dccf99cb46fd5020362f724c5b530aeca40467d9e864ce6597d6eb5eaa93a33643191e1aa5b44db'
 
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
+b2sums=('cab484ec66b7c54857856ed1f6cbebbf6d3fb1afdb35b004f72f8c06785a18d8810244255305cd949e25d1f78d734c46e400488526631b4070d3e0b104830552'
+
'63a85fc6710dc62cf9d982eaf8fa048ccc81754e9c67c6a071ae9608c7ba90f07d744733f377e08078612dcc9a0e33590c96f4a4a1f81cdba72f86bddf34e324')
 
 package() {
   cd ${pkgname}-${pkgver}


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

2019-09-29 Thread Levente Polyak via arch-commits
Date: Sunday, September 29, 2019 @ 22:02:14
  Author: anthraxx
Revision: 512140

upgpkg: vim-fugitive 3.0-1

Modified:
  vim-fugitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-29 20:49:38 UTC (rev 512139)
+++ PKGBUILD2019-09-29 22:02:14 UTC (rev 512140)
@@ -4,7 +4,7 @@
 # Contributor: János Illés 
 
 pkgname=vim-fugitive
-pkgver=2.5
+pkgver=3.0
 pkgrel=1
 pkgdesc='Git wrapper so awesome, it should be illegal'
 url='https://github.com/tpope/vim-fugitive'
@@ -12,9 +12,9 @@
 license=('custom:vim')
 depends=('vim' 'git')
 groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/v${pkgver}.tar.gz
+source=(https://github.com/tpope/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 license.txt)
-sha512sums=('9a58ff3fa9eae72fca3d1232d01856ef56fe38b7bbf61be44ec4cdf4f0f69fca69fafe19266d657530a6d08f856236b1d1370bb770b14402bb7e476d5ca4bb78'
+sha512sums=('c68aebb577530be2bb32bb79b261b4b235e14d59e73be462aa4a0f6358c484dbaa19c40f880e1b678780abb66d56960f58a4d5fa99c24c60d797db0e25077464'
 
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
 
 package() {
@@ -21,7 +21,7 @@
   cd ${pkgname}-${pkgver}
   local _installpath="${pkgdir}/usr/share/vim/vimfiles"
   install -d "${_installpath}"
-  cp -r -t "${_installpath}" autoload doc plugin ftdetect
+  cp -r -t "${_installpath}" autoload doc plugin ftdetect syntax
   install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 


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

2019-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 22, 2019 @ 14:15:39
  Author: anthraxx
Revision: 468457

upgpkg: vim-fugitive 2.5-1

Modified:
  vim-fugitive/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 14:12:35 UTC (rev 468456)
+++ PKGBUILD2019-05-22 14:15:39 UTC (rev 468457)
@@ -4,8 +4,8 @@
 # Contributor: János Illés 
 
 pkgname=vim-fugitive
-pkgver=2.4
-pkgrel=2
+pkgver=2.5
+pkgrel=1
 pkgdesc='Git wrapper so awesome, it should be illegal'
 url='https://github.com/tpope/vim-fugitive'
 arch=('any')
@@ -14,7 +14,7 @@
 groups=('vim-plugins')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/v${pkgver}.tar.gz
 license.txt)
-sha512sums=('fb9d4129090bbafcace9400e9f21feae06bc9f903a54cfef7c4cbfa62856019a511b924c294e86fd26cd713d588ca0054a17d9676b59e2f406779ab5d51c3363'
+sha512sums=('9a58ff3fa9eae72fca3d1232d01856ef56fe38b7bbf61be44ec4cdf4f0f69fca69fafe19266d657530a6d08f856236b1d1370bb770b14402bb7e476d5ca4bb78'
 
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
 
 package() {


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

2018-10-14 Thread Levente Polyak via arch-commits
Date: Sunday, October 14, 2018 @ 23:53:34
  Author: anthraxx
Revision: 393965

upgpkg: vim-fugitive 2.4-2 (fix missing files)

Modified:
  vim-fugitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 23:51:52 UTC (rev 393964)
+++ PKGBUILD2018-10-14 23:53:34 UTC (rev 393965)
@@ -5,7 +5,7 @@
 
 pkgname=vim-fugitive
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Git wrapper so awesome, it should be illegal'
 url='https://github.com/tpope/vim-fugitive'
 arch=('any')
@@ -19,9 +19,9 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  local installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm 644 doc/* -t "${installpath}/doc"
-  install -Dm 644 plugin/* -t "${installpath}/plugin"
+  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin ftdetect
   install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 


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

2018-10-12 Thread Levente Polyak via arch-commits
Date: Friday, October 12, 2018 @ 20:51:57
  Author: anthraxx
Revision: 393273

upgpkg: vim-fugitive 2.4-1

Modified:
  vim-fugitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-12 20:50:40 UTC (rev 393272)
+++ PKGBUILD2018-10-12 20:51:57 UTC (rev 393273)
@@ -4,7 +4,7 @@
 # Contributor: János Illés 
 
 pkgname=vim-fugitive
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc='Git wrapper so awesome, it should be illegal'
 url='https://github.com/tpope/vim-fugitive'
@@ -14,7 +14,7 @@
 groups=('vim-plugins')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/v${pkgver}.tar.gz
 license.txt)
-sha512sums=('8a176705c0326ac034abaf23423e58d490feb7f11dc45ad23641fafb95279094ed38475a90e7c2e7fc95c615558db75f3587740e2658f3988fa07a1957aa1039'
+sha512sums=('fb9d4129090bbafcace9400e9f21feae06bc9f903a54cfef7c4cbfa62856019a511b924c294e86fd26cd713d588ca0054a17d9676b59e2f406779ab5d51c3363'
 
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
 
 package() {


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

2018-05-30 Thread Levente Polyak via arch-commits
Date: Wednesday, May 30, 2018 @ 23:52:19
  Author: anthraxx
Revision: 333585

upgpkg: vim-fugitive 2.3-1

Modified:
  vim-fugitive/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-30 23:48:42 UTC (rev 333584)
+++ PKGBUILD2018-05-30 23:52:19 UTC (rev 333585)
@@ -4,27 +4,25 @@
 # Contributor: János Illés 
 
 pkgname=vim-fugitive
-pkgver=2.2.r597.b82abd5
+pkgver=2.3
 pkgrel=1
-_gitcommit=b82abd5bd583cfb90be63ae12adc36a84577bd45
 pkgdesc='Git wrapper so awesome, it should be illegal'
 url='https://github.com/tpope/vim-fugitive'
 arch=('any')
 license=('custom:vim')
-depends=('vim')
+depends=('vim' 'git')
 groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/${_gitcommit}.tar.gz
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/v${pkgver}.tar.gz
 license.txt)
-sha512sums=('70852d5b737f262f191d73cc49d1224bd1bcd7f49dadb12082f2ab41e857fb1bc2890849abe4913725b32cceb87decbfe8e52a66d59461acdc28918f89f7e1f0'
+sha512sums=('8a176705c0326ac034abaf23423e58d490feb7f11dc45ad23641fafb95279094ed38475a90e7c2e7fc95c615558db75f3587740e2658f3988fa07a1957aa1039'
 
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
 
 package() {
-  cd ${pkgname}-${_gitcommit}
+  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-fugitive/trunk (PKGBUILD)

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:08:23
  Author: anthraxx
Revision: 307539

upgpkg: vim-fugitive 2.2.r597.b82abd5-1

Modified:
  vim-fugitive/trunk/PKGBUILD

--+
 PKGBUILD |   37 -
 1 file changed, 20 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 01:52:27 UTC (rev 307538)
+++ PKGBUILD2018-03-14 02:08:23 UTC (rev 307539)
@@ -1,27 +1,30 @@
-# $Id$
-# Maintainer: Daniel Micay 
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
 # Contributor: M Rawash 
 # Contributor: János Illés 
 
 pkgname=vim-fugitive
-pkgver=2.2
-pkgrel=2
-pkgdesc="A Git wrapper so awesome, it should be illegal"
+pkgver=2.2.r597.b82abd5
+pkgrel=1
+_gitcommit=b82abd5bd583cfb90be63ae12adc36a84577bd45
+pkgdesc='Git wrapper so awesome, it should be illegal'
+url='https://github.com/tpope/vim-fugitive'
 arch=('any')
-url="https://github.com/tpope/vim-fugitive;
 license=('custom:vim')
+depends=('vim')
 groups=('vim-plugins')
-depends=('vim')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz;
-'license.txt')
-md5sums=('d1c245be66c6a7817f3dab47ebdddfd8'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/${_gitcommit}.tar.gz
+license.txt)
+sha512sums=('70852d5b737f262f191d73cc49d1224bd1bcd7f49dadb12082f2ab41e857fb1bc2890849abe4913725b32cceb87decbfe8e52a66d59461acdc28918f89f7e1f0'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
 
 package() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${_gitcommit}
+  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}"
+}
 
-  local installpath="$pkgdir/usr/share/vim/vimfiles"
-  install -Dm644 doc/fugitive.txt "$installpath/doc/fugitive.txt"
-  install -Dm644 plugin/fugitive.vim "$installpath/plugin/fugitive.vim"
-  install -Dm644 ../license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
+# vim: ts=2 sw=2 et:


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

2017-04-18 Thread Jelle van der Waa
Date: Tuesday, April 18, 2017 @ 13:23:59
  Author: jelle
Revision: 223718

upgpkg: vim-fugitive 2.2-2

vimdoc hook cleanup

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 13:20:28 UTC (rev 223717)
+++ PKGBUILD2017-04-18 13:23:59 UTC (rev 223718)
@@ -5,7 +5,7 @@
 
 pkgname=vim-fugitive
 pkgver=2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A Git wrapper so awesome, it should be illegal"
 arch=('any')
 url="https://github.com/tpope/vim-fugitive;
@@ -12,7 +12,6 @@
 license=('custom:vim')
 groups=('vim-plugins')
 depends=('vim')
-install=vimdoc.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz;
 'license.txt')
 md5sums=('d1c245be66c6a7817f3dab47ebdddfd8'

Deleted: vimdoc.install
===
--- vimdoc.install  2017-04-18 13:20:28 UTC (rev 223717)
+++ vimdoc.install  2017-04-18 13:23:59 UTC (rev 223718)
@@ -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-fugitive/trunk (PKGBUILD)

2015-01-26 Thread Daniel Micay
Date: Monday, January 26, 2015 @ 23:24:40
  Author: thestinger
Revision: 126619

upgpkg: vim-fugitive 2.2-1

Modified:
  vim-fugitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-26 21:32:45 UTC (rev 126618)
+++ PKGBUILD2015-01-26 22:24:40 UTC (rev 126619)
@@ -4,7 +4,7 @@
 # Contributor: János Illés ija...@gmail.com
 
 pkgname=vim-fugitive
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc=A Git wrapper so awesome, it should be illegal
 arch=('any')
@@ -15,7 +15,7 @@
 install=vimdoc.install
 source=(https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz;
 'license.txt')
-md5sums=('aaa768541c6c6ab7a02e6d40c54f6ee5'
+md5sums=('d1c245be66c6a7817f3dab47ebdddfd8'
  'cd49910a3dde6fe0a7e24ebe8cbf7066')
 
 package() {


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

2014-07-10 Thread Daniel Micay
Date: Thursday, July 10, 2014 @ 17:19:48
  Author: thestinger
Revision: 115398

upgpkg: vim-fugitive 2.1-1

Modified:
  vim-fugitive/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-10 09:26:27 UTC (rev 115397)
+++ PKGBUILD2014-07-10 15:19:48 UTC (rev 115398)
@@ -4,7 +4,7 @@
 # Contributor: János Illés ija...@gmail.com
 
 pkgname=vim-fugitive
-pkgver=2.0
+pkgver=2.1
 pkgrel=1
 pkgdesc=A Git wrapper so awesome, it should be illegal
 arch=('any')
@@ -15,7 +15,7 @@
 install=vimdoc.install
 source=(https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz;
 'license.txt')
-md5sums=('cd05f87298d928d9ee173fd89777f7b7'
+md5sums=('aaa768541c6c6ab7a02e6d40c54f6ee5'
  'cd49910a3dde6fe0a7e24ebe8cbf7066')
 
 package() {


Property changes on: vim-fugitive/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2014-06-24 Thread Daniel Micay
Date: Tuesday, June 24, 2014 @ 20:17:37
  Author: thestinger
Revision: 113518

upgpkg: vim-fugitive 2.0-1

Modified:
  vim-fugitive/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-24 18:12:38 UTC (rev 113517)
+++ PKGBUILD2014-06-24 18:17:37 UTC (rev 113518)
@@ -4,27 +4,25 @@
 # Contributor: János Illés ija...@gmail.com
 
 pkgname=vim-fugitive
-_sourceid=15542
-pkgver=1.2
+pkgver=2.0
 pkgrel=1
-pkgdesc=A git wrapper so awesome, it should be illegal.
+pkgdesc=A Git wrapper so awesome, it should be illegal
 arch=('any')
-url=http://www.vim.org/scripts/script.php?script_id=2975;
+url=https://github.com/tpope/vim-fugitive;
 license=('custom:vim')
 groups=('vim-plugins')
 depends=('vim')
 install=vimdoc.install
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_sourceid;
+source=(https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz;
 'license.txt')
-md5sums=('e13a9eab4606d503429a2ff146964048'
+md5sums=('cd05f87298d928d9ee173fd89777f7b7'
  'cd49910a3dde6fe0a7e24ebe8cbf7066')
 
 package() {
-  cd $srcdir
+  cd $pkgname-$pkgver
 
   local installpath=$pkgdir/usr/share/vim/vimfiles
-
   install -Dm644 doc/fugitive.txt $installpath/doc/fugitive.txt
   install -Dm644 plugin/fugitive.vim $installpath/plugin/fugitive.vim
-  install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }