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

David Runge dvzrv at archlinux.org
Tue Jun 18 22:08:02 UTC 2019


    Date: Tuesday, June 18, 2019 @ 22:08:02
  Author: dvzrv
Revision: 482222

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-18 22:07:56 UTC (rev 482221)
+++ PKGBUILD	2019-06-18 22:08:02 UTC (rev 482222)
@@ -1,27 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=zsh-autosuggestions
-pkgver=0.6.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=('c18336a2a797c58e7a7f69258e9ab7dd63ff9dc7a924b202ba39e28a1bde1369037f355c0753faefa5d5428e037c952054ffbf36a8e8248101c376012df74d3e')
-
-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 482221, zsh-autosuggestions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-18 22:08:02 UTC (rev 482222)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=zsh-autosuggestions
+pkgver=0.6.1
+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=('bb3990ebafad7ea8ebcfea9de71b8290f855ec4f38f23f79bbb0928e8b10eea4305939d5f16449e1dcfa4023f35d5eb61080457e6e8ad1e9e5ccfe129551dc13')
+
+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