[arch-commits] Commit in vim-grammalecte/repos/community-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Wed Apr 8 23:07:21 UTC 2020


    Date: Wednesday, April 8, 2020 @ 23:07:20
  Author: archange
Revision: 612827

archrelease: copy trunk to community-any

Added:
  vim-grammalecte/repos/community-any/PKGBUILD
    (from rev 612826, vim-grammalecte/trunk/PKGBUILD)
Deleted:
  vim-grammalecte/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-08 23:07:15 UTC (rev 612826)
+++ PKGBUILD	2020-04-08 23:07:20 UTC (rev 612827)
@@ -1,22 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=vim-grammalecte
-pkgver=r21.a93ee1b
-pkgrel=1
-pkgdesc="Integrates Grammalecte into Vim"
-arch=(any)
-url="https://github.com/dpelle/vim-Grammalecte"
-license=(custom:VIM)
-depends=(vim grammalecte)
-groups=(vim-plugins)
-_commit=a93ee1b7a4dadb82ca7ba793faf3047f6f6863d7
-source=("${url}/archive/${_commit}/${pkgname}-${pkgver}.zip")
-sha256sums=('c3e3f3423c71cf78be50791f8d27d874770626fd09414122800ce6cfd0fb4c3f')
-
-package() {
-    cd ${pkgname/-g/-G}-${_commit}
-    install -d "${pkgdir}"/usr/share/vim/vimfiles
-    cp -r doc plugin "${pkgdir}"/usr/share/vim/vimfiles/
-    # Fix default path to the cli tool
-    sed -i "s:\$HOME . '/grammalecte/pythonpath/cli.py':'/usr/bin/grammalecte-cli':" "${pkgdir}"/usr/share/vim/vimfiles/plugin/Grammalecte.vim
-}

Copied: vim-grammalecte/repos/community-any/PKGBUILD (from rev 612826, vim-grammalecte/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-08 23:07:20 UTC (rev 612827)
@@ -0,0 +1,22 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=vim-grammalecte
+pkgver=r31.09d4b24
+pkgrel=1
+pkgdesc="Integrates Grammalecte into Vim"
+arch=(any)
+url="https://github.com/dpelle/vim-Grammalecte"
+license=(custom:VIM)
+depends=(vim grammalecte)
+groups=(vim-plugins)
+_commit=09d4b246285cbfafa1f06248c12a229f8160360d
+source=("${url}/archive/${_commit}/${pkgname}-${pkgver}.zip")
+sha256sums=('493fb20bff4291a790bf1bf3c7d76eb8b8889e2801594cc122f2031afdff96d8')
+
+package() {
+    cd ${pkgname/-g/-G}-${_commit}
+    install -d "${pkgdir}"/usr/share/vim/vimfiles
+    cp -r doc plugin "${pkgdir}"/usr/share/vim/vimfiles/
+    # Fix default path to the cli tool
+    sed -i "s:\$HOME . '/grammalecte/pythonpath/cli.py':'/usr/bin/grammalecte-cli':" "${pkgdir}"/usr/share/vim/vimfiles/plugin/Grammalecte.vim
+}



More information about the arch-commits mailing list