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

Levente Polyak anthraxx at archlinux.org
Sun Sep 29 22:02:14 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-09-29 20:49:38 UTC (rev 512139)
+++ PKGBUILD	2019-09-29 22:02:14 UTC (rev 512140)
@@ -4,7 +4,7 @@
 # Contributor: János Illés <ijanos at gmail.com>
 
 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}"
 }
 



More information about the arch-commits mailing list