[arch-commits] Commit in zsh-completions/trunk (ChangeLog LICENSE PKGBUILD)

Evgeniy Alekseev arcanis at archlinux.org
Sun Jan 13 11:33:17 UTC 2019


    Date: Sunday, January 13, 2019 @ 11:33:17
  Author: arcanis
Revision: 422800

upgpkg: zsh-completions 0.30.0-1

Modified:
  zsh-completions/trunk/ChangeLog
  zsh-completions/trunk/PKGBUILD
Deleted:
  zsh-completions/trunk/LICENSE

-----------+
 ChangeLog |    3 +++
 LICENSE   |   24 ------------------------
 PKGBUILD  |   10 ++++------
 3 files changed, 7 insertions(+), 30 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2019-01-13 11:31:04 UTC (rev 422799)
+++ ChangeLog	2019-01-13 11:33:17 UTC (rev 422800)
@@ -1,3 +1,6 @@
+0.30.0-1:
+upstream update
+
 0.29.0-1:
 upstream update
 

Deleted: LICENSE
===================================================================
--- LICENSE	2019-01-13 11:31:04 UTC (rev 422799)
+++ LICENSE	2019-01-13 11:33:17 UTC (rev 422800)
@@ -1,24 +0,0 @@
-Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-    * Redistributions of source code must retain the above copyright
-      notice, this list of conditions and the following disclaimer.
-    * Redistributions in binary form must reproduce the above copyright
-      notice, this list of conditions and the following disclaimer in the
-      documentation and/or other materials provided with the distribution.
-    * Neither the name of the zsh-users nor the
-      names of its contributors may be used to endorse or promote products
-      derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-13 11:31:04 UTC (rev 422799)
+++ PKGBUILD	2019-01-13 11:33:17 UTC (rev 422800)
@@ -2,7 +2,7 @@
 # Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
 
 pkgname=zsh-completions
-pkgver=0.29.0
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="Additional completion definitions for Zsh"
 arch=(any)
@@ -9,10 +9,8 @@
 url="https://github.com/zsh-users/zsh-completions"
 license=('BSD')
 depends=('zsh')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}"
-        "LICENSE")
-sha512sums=('c3a69bcd0a44d7d790669b6b860672ad84fe01b36a3c1902d51207601c21e07e5638987b9a203e801eb10c68e34ef522e7bcadd42b29a0be8d98f2a9bea5acdc'
-            'b4df787ce25c3193145a4892967366ca0334ae493ea60c4aa1298e2148f45c6eaebc16f144d2fdc28acc973c4a0f9ceb0612e27cef84dfd302dc026eb410e4d7')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}")
+sha512sums=('4a5450169292a1a4b7f2856fb22d955dcaf00e76aa6e32123df3be62eec7bf3368a6d057a1b38d66bd40b2c47d96bc44b0532425782c16f5aef582e8315a65c4')
 changelog=ChangeLog
 
 package() {
@@ -19,7 +17,7 @@
   install -dm755 "${pkgdir}/usr/share/zsh/site-functions"
   install -Dm644 "${srcdir}"/zsh-users-${pkgname}-*/src/* "${pkgdir}/usr/share/zsh/site-functions"
   # license
-  install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "${srcdir}"/zsh-users-${pkgname}-*/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list