[arch-commits] Commit in zsh-completions/repos/community-any (4 files)

David Runge dvzrv at gemini.archlinux.org
Thu Jul 21 10:34:30 UTC 2022


    Date: Thursday, July 21, 2022 @ 10:34:30
  Author: dvzrv
Revision: 1255007

archrelease: copy trunk to community-any

Added:
  zsh-completions/repos/community-any/ChangeLog
    (from rev 1255006, zsh-completions/trunk/ChangeLog)
  zsh-completions/repos/community-any/PKGBUILD
    (from rev 1255006, zsh-completions/trunk/PKGBUILD)
Deleted:
  zsh-completions/repos/community-any/ChangeLog
  zsh-completions/repos/community-any/PKGBUILD

-----------+
 ChangeLog |  133 ++++++++++++++++++++++++++++++------------------------------
 PKGBUILD  |   50 +++++++++++-----------
 2 files changed, 93 insertions(+), 90 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2022-07-21 10:34:02 UTC (rev 1255006)
+++ ChangeLog	2022-07-21 10:34:30 UTC (rev 1255007)
@@ -1,65 +0,0 @@
-0.30.0-1:
-upstream update
-
-0.29.0-1:
-upstream update
-
-0.28.0-1:
-upstream update
-
-0.27.0-1:
-upstream update
-
-0.26.0-1:
-upstream update
-
-0.25.0-1:
-upstream update
-
-0.24.0-1:
-upstream update
-
-0.23.0-2:
-remove _rg completion since it provided by ripgrep package
-
-0.23.0-1:
-upstream update
-
-0.22.0-1:
-upstream update
-
-0.21.0-1:
-upstream update
-
-0.20.0-1:
-upstream update
-
-0.19.0-2:
-fix FS#50243
-
-0.19.0-1:
-upstream update
-
-0.18.0-1:
-upstream update
-
-0.17.0-1:
-upstream update
-
-0.16.0-1:
-upstream update
-
-0.15.0-1:
-upstream update
-
-0.14.0-2:
-fix build
-
-0.14.0-1:
-upstream update
-
-0.12.0-2:
-drop _salt completions since it is provided by upstream
-
-0.12.0-1:
-ustream update

Copied: zsh-completions/repos/community-any/ChangeLog (from rev 1255006, zsh-completions/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2022-07-21 10:34:30 UTC (rev 1255007)
@@ -0,0 +1,68 @@
+0.34.0-1:
+upstream update
+
+0.30.0-1:
+upstream update
+
+0.29.0-1:
+upstream update
+
+0.28.0-1:
+upstream update
+
+0.27.0-1:
+upstream update
+
+0.26.0-1:
+upstream update
+
+0.25.0-1:
+upstream update
+
+0.24.0-1:
+upstream update
+
+0.23.0-2:
+remove _rg completion since it provided by ripgrep package
+
+0.23.0-1:
+upstream update
+
+0.22.0-1:
+upstream update
+
+0.21.0-1:
+upstream update
+
+0.20.0-1:
+upstream update
+
+0.19.0-2:
+fix FS#50243
+
+0.19.0-1:
+upstream update
+
+0.18.0-1:
+upstream update
+
+0.17.0-1:
+upstream update
+
+0.16.0-1:
+upstream update
+
+0.15.0-1:
+upstream update
+
+0.14.0-2:
+fix build
+
+0.14.0-1:
+upstream update
+
+0.12.0-2:
+drop _salt completions since it is provided by upstream
+
+0.12.0-1:
+ustream update

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-21 10:34:02 UTC (rev 1255006)
+++ PKGBUILD	2022-07-21 10:34:30 UTC (rev 1255007)
@@ -1,25 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
-
-pkgname=zsh-completions
-pkgver=0.33.0
-pkgrel=1
-pkgdesc="Additional completion definitions for Zsh"
-arch=(any)
-url="https://github.com/zsh-users/zsh-completions"
-license=('BSD')
-depends=('zsh')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=('8eaa7d9d2a58e8e2daa6ba7d9a8498e607b271bfd0484184482ec610e7f647ca72ba945f6897b2d619918304a18d048c4b079dae0993dc660cba61d4bce1e0a3')
-b2sums=('bcbbb2966a48f1b8c06e14f14432e147b4a4ca28c7d9769b4a108e3d4e005c37874c93c836c8636dabb860780077ccc5d9ebbd339f63c34fd16975ec5486a5c4')
-changelog=ChangeLog
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -vDm 644 src/* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: zsh-completions/repos/community-any/PKGBUILD (from rev 1255006, zsh-completions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-21 10:34:30 UTC (rev 1255007)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
+
+pkgname=zsh-completions
+pkgver=0.34.0
+pkgrel=1
+pkgdesc="Additional completion definitions for Zsh"
+arch=(any)
+url="https://github.com/zsh-users/zsh-completions"
+license=(BSD)
+depends=(zsh)
+source=($pkgname-$pkgver.tar.gz::https://github.com/zsh-users/$pkgname/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('643e967a77ab708c6316a9b43edd8b411f133aa4abe10bf69d3f5e545b2128423ad80d3509e7f9077b30cb8a83f60fe8d4355ed0a697dadffe1e1aaac6597c04')
+b2sums=('75afed3059e889f92843099ad3eddae1f939a7d9a46d87a8048c5742b44699c2da13a9c2ea00ca2ea02898472199f064c420aac8943338e3b22189a7cc0d23b4')
+changelog=ChangeLog
+
+package() {
+  cd $pkgname-$pkgver
+  install -vDm 644 src/* -t "$pkgdir/usr/share/zsh/site-functions/"
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list