[arch-commits] Commit in exa/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Oct 2 12:42:44 UTC 2017
Date: Monday, October 2, 2017 @ 12:42:41
Author: arodseth
Revision: 261261
archrelease: copy trunk to community-x86_64
Added:
exa/repos/community-x86_64/PKGBUILD
(from rev 261260, exa/trunk/PKGBUILD)
Deleted:
exa/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-02 12:42:17 UTC (rev 261260)
+++ PKGBUILD 2017-10-02 12:42:41 UTC (rev 261261)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: <tuftedocelot at fastmail.fm>
-
-pkgname=exa
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='ls replacement'
-arch=('x86_64' 'i686')
-url='https://the.exa.website/'
-license=('MIT')
-depends=('libssh2' 'zlib')
-makedepends=('cmake' 'rust' 'cargo' 'git')
-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/etc/bash_completion.d/$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 261260, exa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-10-02 12:42:41 UTC (rev 261261)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Lucas Raab <tuftedocelot at fastmail.fm>
+
+pkgname=exa
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='ls replacement'
+arch=('x86_64')
+url='https://the.exa.website/'
+license=('MIT')
+depends=('libssh2' 'zlib')
+makedepends=('cmake' 'rust' 'cargo' 'git')
+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/etc/bash_completion.d/$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