[arch-commits] Commit in zsh-autosuggestions/repos/community-any (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Jun 7 18:08:00 UTC 2021


    Date: Monday, June 7, 2021 @ 18:07:59
  Author: dvzrv
Revision: 957976

archrelease: copy trunk to community-any

Added:
  zsh-autosuggestions/repos/community-any/PKGBUILD
    (from rev 957975, zsh-autosuggestions/trunk/PKGBUILD)
Deleted:
  zsh-autosuggestions/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 29 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 18:07:45 UTC (rev 957975)
+++ PKGBUILD	2021-06-07 18:07:59 UTC (rev 957976)
@@ -1,27 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-pkgname=zsh-autosuggestions
-pkgver=0.6.4
-pkgrel=1
-pkgdesc="Fish-like autosuggestions for zsh "
-arch=('any')
-url="https://github.com/zsh-users/zsh-autosuggestions"
-license=('MIT')
-depends=('zsh')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('226b99048577ecdbe198501e6e4b3156c3d849994f0a2f7e15687cd244d4cac472cbcf746aaa32b2886652f6962852a475777b5f2bfcb3a6d0279be98a6020bb')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 644 ${pkgname}{,.plugin}.zsh \
-    -t "${pkgdir}/usr/share/zsh/plugins/${pkgname}/"
-  # docs
-  install -vDm 644 {CHANGELOG,README}.md \
-    -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: zsh-autosuggestions/repos/community-any/PKGBUILD (from rev 957975, zsh-autosuggestions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-07 18:07:59 UTC (rev 957976)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=zsh-autosuggestions
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Fish-like autosuggestions for zsh "
+arch=('any')
+url="https://github.com/zsh-users/zsh-autosuggestions"
+license=('MIT')
+depends=('zsh')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('b1a0a11a89095e4f142061525f92836588561e3bfab015bb96eabe3f1f68d0cfcd7483014dac8c5b2911e65640e9182c5fc4cb4fb53e3a05ef7997c006ff76a6')
+b2sums=('b12c387a7a6424f1e3e2bc76a4d9f11a3bddb4bc1d69236249722a829c53f3136ff0cbf8aaf02faff54f49f7b7363fcd06576a2dc6c8026c62951da2d0ebc2c2')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 644 ${pkgname}{,.plugin}.zsh \
+    -t "${pkgdir}/usr/share/zsh/plugins/${pkgname}/"
+  # docs
+  install -vDm 644 {CHANGELOG,README}.md \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # license
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list