[arch-commits] Commit in exa/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Sat Jul 20 12:40:45 UTC 2019


    Date: Saturday, July 20, 2019 @ 12:40:44
  Author: farseerfc
Revision: 492282

archrelease: copy trunk to community-x86_64

Added:
  exa/repos/community-x86_64/PKGBUILD
    (from rev 492281, exa/trunk/PKGBUILD)
Deleted:
  exa/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-20 12:40:07 UTC (rev 492281)
+++ PKGBUILD	2019-07-20 12:40:44 UTC (rev 492282)
@@ -1,35 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Lucas Raab <tuftedocelot at fastmail.fm>
-
-pkgname=exa
-pkgver=0.8.0
-pkgrel=3
-pkgdesc='ls replacement'
-arch=(x86_64)
-url='https://the.exa.website/'
-license=(MIT)
-depends=(libssh2 zlib)
-makedepends=(cargo cmake git rust)
-source=("git+https://github.com/ogham/exa.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  make -C $pkgname
-}
-
-package() {
-  cd $pkgname
-
-  make PREFIX="$pkgdir/usr" install
-
-  install -Dm644 contrib/completions.bash \
-    "$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -Dm644 contrib/completions.zsh \
-    "$pkgdir/usr/share/zsh/site-functions/_$pkgname"
-  install -Dm644 contrib/completions.fish \
-    "$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
-  install -Dm644 LICEN?E \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: exa/repos/community-x86_64/PKGBUILD (from rev 492281, exa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-20 12:40:44 UTC (rev 492282)
@@ -0,0 +1,35 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Lucas Raab <tuftedocelot at fastmail.fm>
+
+pkgname=exa
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='ls replacement'
+arch=(x86_64)
+url='https://the.exa.website/'
+license=(MIT)
+depends=(libssh2 zlib)
+makedepends=(cargo cmake git rust)
+source=("git+https://github.com/ogham/exa.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C $pkgname
+}
+
+package() {
+  cd $pkgname
+
+  make PREFIX="$pkgdir/usr" install
+
+  install -Dm644 contrib/completions.bash \
+    "$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -Dm644 contrib/completions.zsh \
+    "$pkgdir/usr/share/zsh/site-functions/_$pkgname"
+  install -Dm644 contrib/completions.fish \
+    "$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
+  install -Dm644 LICEN?E \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list