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

Felix Yan felixonmars at archlinux.org
Tue May 28 05:20:18 UTC 2019


    Date: Tuesday, May 28, 2019 @ 05:20:17
  Author: felixonmars
Revision: 472113

archrelease: copy trunk to community-x86_64

Added:
  nnn/repos/community-x86_64/PKGBUILD
    (from rev 472112, nnn/trunk/PKGBUILD)
Deleted:
  nnn/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-28 05:20:06 UTC (rev 472112)
+++ PKGBUILD	2019-05-28 05:20:17 UTC (rev 472113)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org
-# Contributor: Pablo Arias <pabloariasal at gmail.com>
-# Contributor: John Jenkins <twodopeshaggy at gmail.com>
-
-pkgname=nnn
-pkgver=2.4
-pkgrel=1
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-url="https://github.com/jarun/nnn"
-license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver//_/-}.tar.gz")
-sha256sums=('859ba5bd4892016aed9a4830ee1e1b03eb74e94c4f1bd82f0288dc559f7327eb')
-
-prepare() {
-  sed -i 's/install: all/install:/' $pkgname-$pkgver/Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-
-  install -Dm644 scripts/auto-completion/fish/nnn.fish "$pkgdir"/usr/share/fish/vendor_completions.d/nnn.fish
-  install -Dm644 scripts/auto-completion/bash/nnn-completion.bash "$pkgdir"/usr/share/bash-completion/completions/nnn
-  install -Dm644 scripts/auto-completion/zsh/_nnn "$pkgdir"/usr/share/zsh/site-functions/_nnn
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: nnn/repos/community-x86_64/PKGBUILD (from rev 472112, nnn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-28 05:20:17 UTC (rev 472113)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org
+# Contributor: Pablo Arias <pabloariasal at gmail.com>
+# Contributor: John Jenkins <twodopeshaggy at gmail.com>
+
+pkgname=nnn
+pkgver=2.5
+pkgrel=1
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+url="https://github.com/jarun/nnn"
+license=('BSD')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver//_/-}.tar.gz")
+sha256sums=('3636f172a024de5c12420a80dbe3d006d42b5e0a17e70a527963c864af22655c')
+
+prepare() {
+  sed -i 's/install: all/install:/' $pkgname-$pkgver/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+
+  install -Dm644 scripts/auto-completion/fish/nnn.fish "$pkgdir"/usr/share/fish/vendor_completions.d/nnn.fish
+  install -Dm644 scripts/auto-completion/bash/nnn-completion.bash "$pkgdir"/usr/share/bash-completion/completions/nnn
+  install -Dm644 scripts/auto-completion/zsh/_nnn "$pkgdir"/usr/share/zsh/site-functions/_nnn
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list