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

2020-11-20 Thread Felix Yan via arch-commits
Date: Friday, November 20, 2020 @ 17:39:58
  Author: felixonmars
Revision: 757925

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-20 17:39:47 UTC (rev 757924)
+++ PKGBUILD2020-11-20 17:39:58 UTC (rev 757925)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Pablo Arias 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=3.4
-pkgrel=1
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-optdepends=(
-'atool: for more archive formats'
-'libarchive: for more archive formats'
-'zip: for zip archive format'
-'unzip: for zip archive format'
-'trash-cli: to trash files'
-'sshfs: mount remotes'
-'rclone: mount remotes'
-'fuse2: unmount remotes'
-'xdg-utils: desktop opener'
-)
-url="https://github.com/jarun/${pkgname};
-license=('BSD')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
-sha256sums=('7803ae6e974aeb4008507d9d1afbcca8d084a435f36ff636b459ca50414930a1'
-'SKIP')
-validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
-
-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
-make DESTDIR="${pkgdir}" PREFIX=/usr install-desktop
-
-install -Dm644 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
-
-install -Dm644 -t "${pkgdir}/usr/share/nnn/quitcd/" misc/quitcd/*
-
-cp -a plugins "${pkgdir}/usr/share/nnn/plugins/"
-
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: nnn/repos/community-x86_64/PKGBUILD (from rev 757924, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-20 17:39:58 UTC (rev 757925)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=3.5
+pkgrel=1
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+'atool: for more archive formats'
+'libarchive: for more archive formats'
+'zip: for zip archive format'
+'unzip: for zip archive format'
+'trash-cli: to trash files'
+'sshfs: mount remotes'
+'rclone: mount remotes'
+'fuse2: unmount remotes'
+'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname};
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
+sha512sums=('87710ca251906d22afc8d329675675c81fdf1d6e71f4f4991ab36868105906b6d45c2c84dd118beafa79644a0677a66bfa346ffe9a4516082d899c5148c5cffd'
+'SKIP')
+validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
+
+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
+make DESTDIR="${pkgdir}" PREFIX=/usr install-desktop
+
+install -Dm644 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+install -Dm644 -t "${pkgdir}/usr/share/nnn/quitcd/" misc/quitcd/*
+
+cp -a plugins "${pkgdir}/usr/share/nnn/plugins/"
+
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}


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

2020-08-18 Thread Maxim Baz via arch-commits
Date: Tuesday, August 18, 2020 @ 21:33:54
  Author: maximbaz
Revision: 684859

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 21:33:48 UTC (rev 684858)
+++ PKGBUILD2020-08-18 21:33:54 UTC (rev 684859)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Pablo Arias 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=3.3
-pkgrel=3
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-optdepends=(
-  'atool: for more archive formats'
-  'libarchive: for more archive formats'
-  'zip: for zip archive format'
-  'unzip: for zip archive format'
-  'trash-cli: to trash files'
-  'sshfs: mount remotes'
-  'rclone: mount remotes'
-  'fuse2: unmount remotes'
-  'xdg-utils: desktop opener'
-)
-url="https://github.com/jarun/${pkgname};
-license=('BSD')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
-sha256sums=('16b245cf984d81a7e35f1a6a6f52bede4810784f06074d69369f664efdf32aca'
-'SKIP')
-validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
-
-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
-  make DESTDIR="${pkgdir}" PREFIX=/usr install-desktop
-
-  install -Dm644 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
-
-  install -Dm644 -t "${pkgdir}/usr/share/nnn/quitcd/" misc/quitcd/*
-
-  cp -a plugins "${pkgdir}/usr/share/nnn/plugins/"
-
-  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: nnn/repos/community-x86_64/PKGBUILD (from rev 684858, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 21:33:54 UTC (rev 684859)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=3.4
+pkgrel=1
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+'atool: for more archive formats'
+'libarchive: for more archive formats'
+'zip: for zip archive format'
+'unzip: for zip archive format'
+'trash-cli: to trash files'
+'sshfs: mount remotes'
+'rclone: mount remotes'
+'fuse2: unmount remotes'
+'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname};
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
+sha256sums=('7803ae6e974aeb4008507d9d1afbcca8d084a435f36ff636b459ca50414930a1'
+'SKIP')
+validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
+
+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
+make DESTDIR="${pkgdir}" PREFIX=/usr install-desktop
+
+install -Dm644 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+install -Dm644 -t "${pkgdir}/usr/share/nnn/quitcd/" misc/quitcd/*
+
+cp -a plugins "${pkgdir}/usr/share/nnn/plugins/"
+
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}


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

2020-08-13 Thread Maxim Baz via arch-commits
Date: Thursday, August 13, 2020 @ 15:50:53
  Author: maximbaz
Revision: 677525

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-13 15:50:49 UTC (rev 677524)
+++ PKGBUILD2020-08-13 15:50:53 UTC (rev 677525)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Pablo Arias 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=3.3
-pkgrel=2
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-optdepends=(
-  'atool: for more archive formats'
-  'libarchive: for more archive formats'
-  'zip: for zip archive format'
-  'unzip: for zip archive format'
-  'trash-cli: to trash files'
-  'sshfs: mount remotes'
-  'rclone: mount remotes'
-  'fuse2: unmount remotes'
-  'xdg-utils: desktop opener'
-)
-url="https://github.com/jarun/${pkgname};
-license=('BSD')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
-sha256sums=('16b245cf984d81a7e35f1a6a6f52bede4810784f06074d69369f664efdf32aca'
-'SKIP')
-validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
-
-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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
-
-  install -Dm644 -t "${pkgdir}/usr/share/nnn/quitcd/" misc/quitcd/*
-
-  cp -a plugins "${pkgdir}/usr/share/nnn/plugins/"
-
-  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: nnn/repos/community-x86_64/PKGBUILD (from rev 677524, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-13 15:50:53 UTC (rev 677525)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=3.3
+pkgrel=3
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+  'atool: for more archive formats'
+  'libarchive: for more archive formats'
+  'zip: for zip archive format'
+  'unzip: for zip archive format'
+  'trash-cli: to trash files'
+  'sshfs: mount remotes'
+  'rclone: mount remotes'
+  'fuse2: unmount remotes'
+  'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname};
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
+sha256sums=('16b245cf984d81a7e35f1a6a6f52bede4810784f06074d69369f664efdf32aca'
+'SKIP')
+validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
+
+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
+  make DESTDIR="${pkgdir}" PREFIX=/usr install-desktop
+
+  install -Dm644 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+  install -Dm644 -t "${pkgdir}/usr/share/nnn/quitcd/" misc/quitcd/*
+
+  cp -a plugins "${pkgdir}/usr/share/nnn/plugins/"
+
+  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}


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

2020-08-12 Thread Maxim Baz via arch-commits
Date: Wednesday, August 12, 2020 @ 15:03:18
  Author: maximbaz
Revision: 676397

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  102 +++--
 1 file changed, 53 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-12 15:03:14 UTC (rev 676396)
+++ PKGBUILD2020-08-12 15:03:18 UTC (rev 676397)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Pablo Arias 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=3.3
-pkgrel=1
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-optdepends=(
-  'atool: for more archive formats'
-  'libarchive: for more archive formats'
-  'zip: for zip archive format'
-  'unzip: for zip archive format'
-  'trash-cli: to trash files'
-  'sshfs: mount remotes'
-  'rclone: mount remotes'
-  'fuse2: unmount remotes'
-  'xdg-utils: desktop opener'
-)
-url="https://github.com/jarun/${pkgname};
-license=('BSD')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
-sha256sums=('16b245cf984d81a7e35f1a6a6f52bede4810784f06074d69369f664efdf32aca'
-'SKIP')
-validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
-
-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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-  install -Dm644 misc/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 676396, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-12 15:03:18 UTC (rev 676397)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=3.3
+pkgrel=2
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+  'atool: for more archive formats'
+  'libarchive: for more archive formats'
+  'zip: for zip archive format'
+  'unzip: for zip archive format'
+  'trash-cli: to trash files'
+  'sshfs: mount remotes'
+  'rclone: mount remotes'
+  'fuse2: unmount remotes'
+  'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname};
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
+sha256sums=('16b245cf984d81a7e35f1a6a6f52bede4810784f06074d69369f664efdf32aca'
+'SKIP')
+validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
+
+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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+  install -Dm644 -t "${pkgdir}/usr/share/nnn/quitcd/" misc/quitcd/*
+
+  cp -a plugins "${pkgdir}/usr/share/nnn/plugins/"
+
+  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}


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

2020-07-14 Thread Maxim Baz via arch-commits
Date: Tuesday, July 14, 2020 @ 15:05:09
  Author: maximbaz
Revision: 663766

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 15:05:06 UTC (rev 663765)
+++ PKGBUILD2020-07-14 15:05:09 UTC (rev 663766)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Pablo Arias 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=3.2
-pkgrel=1
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-optdepends=(
-  'atool: for more archive formats'
-  'libarchive: for more archive formats'
-  'zip: for zip archive format'
-  'unzip: for zip archive format'
-  'trash-cli: to trash files'
-  'sshfs: mount remotes'
-  'rclone: mount remotes'
-  'fuse2: unmount remotes'
-  'xdg-utils: desktop opener'
-)
-url="https://github.com/jarun/${pkgname};
-license=('BSD')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
-sha256sums=('4ebbd024776153ecb79c75d1a58fc5cd7cd168c6e8217100b5edf322fdf9d4fd'
-'SKIP')
-validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
-
-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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-  install -Dm644 misc/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 663765, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 15:05:09 UTC (rev 663766)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=3.3
+pkgrel=1
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+  'atool: for more archive formats'
+  'libarchive: for more archive formats'
+  'zip: for zip archive format'
+  'unzip: for zip archive format'
+  'trash-cli: to trash files'
+  'sshfs: mount remotes'
+  'rclone: mount remotes'
+  'fuse2: unmount remotes'
+  'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname};
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
+sha256sums=('16b245cf984d81a7e35f1a6a6f52bede4810784f06074d69369f664efdf32aca'
+'SKIP')
+validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
+
+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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-05-26 Thread Maxim Baz via arch-commits
Date: Tuesday, May 26, 2020 @ 11:25:13
  Author: maximbaz
Revision: 635029

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-26 11:25:09 UTC (rev 635028)
+++ PKGBUILD2020-05-26 11:25:13 UTC (rev 635029)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Pablo Arias 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=3.1
-pkgrel=1
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-optdepends=(
-  'atool: for more archive formats'
-  'libarchive: for more archive formats'
-  'zip: for zip archive format'
-  'unzip: for zip archive format'
-  'trash-cli: to trash files'
-  'sshfs: mount remotes'
-  'rclone: mount remotes'
-  'fuse2: unmount remotes'
-  'xdg-utils: desktop opener'
-)
-url="https://github.com/jarun/${pkgname};
-license=('BSD')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
-sha256sums=('d70c21b4afa30fa733ab17bb8b45291e8651f2b823fad748ffbdb3b5c3fb0489'
-'SKIP')
-validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
-
-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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-  install -Dm644 misc/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 635028, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-26 11:25:13 UTC (rev 635029)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=3.2
+pkgrel=1
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+  'atool: for more archive formats'
+  'libarchive: for more archive formats'
+  'zip: for zip archive format'
+  'unzip: for zip archive format'
+  'trash-cli: to trash files'
+  'sshfs: mount remotes'
+  'rclone: mount remotes'
+  'fuse2: unmount remotes'
+  'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname};
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
+sha256sums=('4ebbd024776153ecb79c75d1a58fc5cd7cd168c6e8217100b5edf322fdf9d4fd'
+'SKIP')
+validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
+
+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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-04-13 Thread Maxim Baz via arch-commits
Date: Monday, April 13, 2020 @ 08:10:29
  Author: maximbaz
Revision: 613618

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-13 08:10:25 UTC (rev 613617)
+++ PKGBUILD2020-04-13 08:10:29 UTC (rev 613618)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Pablo Arias 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=3.0
-pkgrel=1
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-optdepends=(
-  'atool: for more archive formats'
-  'libarchive: for more archive formats'
-  'zip: for zip archive format'
-  'unzip: for zip archive format'
-  'trash-cli: to trash files'
-  'sshfs: mount remotes'
-  'rclone: mount remotes'
-  'fuse2: unmount remotes'
-  'xdg-utils: desktop opener'
-)
-url="https://github.com/jarun/${pkgname};
-license=('BSD')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
-sha256sums=('04db6d6710ce1232c779bf70137a86557e486614e20327717122bb63f36348f7'
-'SKIP')
-validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
-
-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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-  install -Dm644 misc/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 613617, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-13 08:10:29 UTC (rev 613618)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=3.1
+pkgrel=1
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+  'atool: for more archive formats'
+  'libarchive: for more archive formats'
+  'zip: for zip archive format'
+  'unzip: for zip archive format'
+  'trash-cli: to trash files'
+  'sshfs: mount remotes'
+  'rclone: mount remotes'
+  'fuse2: unmount remotes'
+  'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname};
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
+sha256sums=('d70c21b4afa30fa733ab17bb8b45291e8651f2b823fad748ffbdb3b5c3fb0489'
+'SKIP')
+validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
+
+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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-02-12 Thread Maxim Baz via arch-commits
Date: Wednesday, February 12, 2020 @ 10:38:21
  Author: maximbaz
Revision: 569209

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-12 10:38:16 UTC (rev 569208)
+++ PKGBUILD2020-02-12 10:38:21 UTC (rev 569209)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Pablo Arias 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=2.9
-pkgrel=1
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-optdepends=(
-  'atool: for more archive formats'
-  'libarchive: for more archive formats'
-  'zip: for zip archive format'
-  'unzip: for zip archive format'
-  'trash-cli: to trash files'
-  'sshfs: mount remotes'
-  'rclone: mount remotes'
-  'fuse2: unmount remotes'
-  'xdg-utils: desktop opener'
-)
-url="https://github.com/jarun/${pkgname};
-license=('BSD')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
-sha256sums=('a11e54469bb28173bba0dd1762b4648d4e79343927ba7f25067dfbf3db8e3b1d'
-'SKIP')
-validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
-
-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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-  install -Dm644 misc/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 569208, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-12 10:38:21 UTC (rev 569209)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=3.0
+pkgrel=1
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+  'atool: for more archive formats'
+  'libarchive: for more archive formats'
+  'zip: for zip archive format'
+  'unzip: for zip archive format'
+  'trash-cli: to trash files'
+  'sshfs: mount remotes'
+  'rclone: mount remotes'
+  'fuse2: unmount remotes'
+  'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname};
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
+sha256sums=('04db6d6710ce1232c779bf70137a86557e486614e20327717122bb63f36348f7'
+'SKIP')
+validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
+
+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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-01-15 Thread Maxim Baz via arch-commits
Date: Wednesday, January 15, 2020 @ 12:13:16
  Author: maximbaz
Revision: 552610

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   95 +++--
 1 file changed, 49 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 12:13:12 UTC (rev 552609)
+++ PKGBUILD2020-01-15 12:13:16 UTC (rev 552610)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Pablo Arias 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=2.8.1
-pkgrel=1
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-optdepends=(
-  'atool: for more archive formats'
-  'libarchive: for more archive formats'
-  'zip: for zip archive format'
-  'unzip: for zip archive format'
-  'trash-cli: to trash files'
-  'sshfs: mount remotes'
-  'rclone: mount remotes'
-  'fuse2: unmount remotes'
-  'xdg-utils: desktop opener'
-)
-url="https://github.com/jarun/${pkgname};
-license=('BSD')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver}.tar.gz;)
-sha256sums=('cadf9cf8038433aeeb50a777180ad4b309ac7d2fec81c7da177ddca515812f06')
-
-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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-  install -Dm644 misc/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 552609, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-15 12:13:16 UTC (rev 552610)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=2.9
+pkgrel=1
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+  'atool: for more archive formats'
+  'libarchive: for more archive formats'
+  'zip: for zip archive format'
+  'unzip: for zip archive format'
+  'trash-cli: to trash files'
+  'sshfs: mount remotes'
+  'rclone: mount remotes'
+  'fuse2: unmount remotes'
+  'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname};
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
+sha256sums=('a11e54469bb28173bba0dd1762b4648d4e79343927ba7f25067dfbf3db8e3b1d'
+'SKIP')
+validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412')
+
+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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-12-05 Thread Maxim Baz via arch-commits
Date: Thursday, December 5, 2019 @ 09:18:37
  Author: maximbaz
Revision: 535395

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-05 09:18:29 UTC (rev 535394)
+++ PKGBUILD2019-12-05 09:18:37 UTC (rev 535395)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Pablo Arias 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=2.8
-pkgrel=1
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-optdepends=(
-  'atool: for more archive formats'
-  'libarchive: for more archive formats'
-  'zip: for zip archive format'
-  'unzip: for zip archive format'
-  'trash-cli: to trash files'
-  'sshfs: mount remotes'
-  'rclone: mount remotes'
-  'fuse2: unmount remotes'
-  'xdg-utils: desktop opener'
-)
-url="https://github.com/jarun/${pkgname};
-license=('BSD')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver}.tar.gz;)
-sha256sums=('95fd4b8b48f7aadc3bf6ab3f902adb7157a6985a5163bc1deb182d6c44ce6540')
-
-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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-  install -Dm644 misc/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 535394, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-05 09:18:37 UTC (rev 535395)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+  'atool: for more archive formats'
+  'libarchive: for more archive formats'
+  'zip: for zip archive format'
+  'unzip: for zip archive format'
+  'trash-cli: to trash files'
+  'sshfs: mount remotes'
+  'rclone: mount remotes'
+  'fuse2: unmount remotes'
+  'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname};
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver}.tar.gz;)
+sha256sums=('cadf9cf8038433aeeb50a777180ad4b309ac7d2fec81c7da177ddca515812f06')
+
+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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-12-04 Thread Maxim Baz via arch-commits
Date: Wednesday, December 4, 2019 @ 12:43:21
  Author: maximbaz
Revision: 535187

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-04 12:42:45 UTC (rev 535186)
+++ PKGBUILD2019-12-04 12:43:21 UTC (rev 535187)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Pablo Arias 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=2.7
-pkgrel=2
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-optdepends=(
-  'atool: for more archive formats'
-  'libarchive: for more archive formats'
-  'zip: for zip archive format'
-  'unzip: for zip archive format'
-  'trash-cli: to trash files'
-  'sshfs: mount remotes'
-  'rclone: mount remotes'
-  'fuse2: unmount remotes'
-  'xdg-utils: desktop opener'
-)
-url="https://github.com/jarun/${pkgname};
-license=('BSD')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver}.tar.gz;)
-sha256sums=('0592c7cbcf2cf66cacac49e9204636480820b1bc74e4187dd7ee06945a6d07c5')
-
-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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
-  install -Dm644 misc/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 535186, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-04 12:43:21 UTC (rev 535187)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=2.8
+pkgrel=1
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+  'atool: for more archive formats'
+  'libarchive: for more archive formats'
+  'zip: for zip archive format'
+  'unzip: for zip archive format'
+  'trash-cli: to trash files'
+  'sshfs: mount remotes'
+  'rclone: mount remotes'
+  'fuse2: unmount remotes'
+  'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname};
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver}.tar.gz;)
+sha256sums=('95fd4b8b48f7aadc3bf6ab3f902adb7157a6985a5163bc1deb182d6c44ce6540')
+
+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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-12-01 Thread Maxim Baz via arch-commits
Date: Sunday, December 1, 2019 @ 20:17:12
  Author: maximbaz
Revision: 534651

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-01 20:17:08 UTC (rev 534650)
+++ PKGBUILD2019-12-01 20:17:12 UTC (rev 534651)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=2.7
-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=('0592c7cbcf2cf66cacac49e9204636480820b1bc74e4187dd7ee06945a6d07c5')
-
-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 misc/auto-completion/fish/nnn.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/nnn.fish
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/nnn
-  install -Dm644 misc/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 534650, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-01 20:17:12 UTC (rev 534651)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=2.7
+pkgrel=2
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+  'atool: for more archive formats'
+  'libarchive: for more archive formats'
+  'zip: for zip archive format'
+  'unzip: for zip archive format'
+  'trash-cli: to trash files'
+  'sshfs: mount remotes'
+  'rclone: mount remotes'
+  'fuse2: unmount remotes'
+  'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname};
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver}.tar.gz;)
+sha256sums=('0592c7cbcf2cf66cacac49e9204636480820b1bc74e4187dd7ee06945a6d07c5')
+
+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 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-10-10 Thread Felix Yan via arch-commits
Date: Thursday, October 10, 2019 @ 20:04:54
  Author: felixonmars
Revision: 514532

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 20:04:51 UTC (rev 514531)
+++ PKGBUILD2019-10-10 20:04:54 UTC (rev 514532)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=2.6
-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=('17fd3e517308e41065594ffe8dcde348b4d10dea4240699f4708337db48b3e25')
-
-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 misc/auto-completion/fish/nnn.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/nnn.fish
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/nnn
-  install -Dm644 misc/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 514531, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 20:04:54 UTC (rev 514532)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=2.7
+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=('0592c7cbcf2cf66cacac49e9204636480820b1bc74e4187dd7ee06945a6d07c5')
+
+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 misc/auto-completion/fish/nnn.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/nnn.fish
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/nnn
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"$pkgdir"/usr/share/zsh/site-functions/_nnn
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 20, 2019 @ 10:33:07
  Author: felixonmars
Revision: 500253

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-20 10:32:55 UTC (rev 500252)
+++ PKGBUILD2019-08-20 10:33:07 UTC (rev 500253)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: John Jenkins 
-
-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
-}

Copied: nnn/repos/community-x86_64/PKGBUILD (from rev 500252, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-20 10:33:07 UTC (rev 500253)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=2.6
+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=('17fd3e517308e41065594ffe8dcde348b4d10dea4240699f4708337db48b3e25')
+
+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 misc/auto-completion/fish/nnn.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/nnn.fish
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/nnn
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"$pkgdir"/usr/share/zsh/site-functions/_nnn
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-05-27 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2019-05-28 05:20:06 UTC (rev 472112)
+++ PKGBUILD2019-05-28 05:20:17 UTC (rev 472113)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: John Jenkins 
-
-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)
+++ PKGBUILD2019-05-28 05:20:17 UTC (rev 472113)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: John Jenkins 
+
+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
+}


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

2019-03-21 Thread Felix Yan via arch-commits
Date: Thursday, March 21, 2019 @ 19:32:57
  Author: felixonmars
Revision: 443073

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-21 19:32:37 UTC (rev 443072)
+++ PKGBUILD2019-03-21 19:32:57 UTC (rev 443073)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=2.3
-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=('eaad2ccf0d781aeeb38fdfc4ad75a0405ca3da4f82ded64cce766a74a2b299ab')
-
-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 443072, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-21 19:32:57 UTC (rev 443073)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: John Jenkins 
+
+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
+}


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

2019-03-01 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 17:38:05
  Author: felixonmars
Revision: 437305

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 17:37:49 UTC (rev 437304)
+++ PKGBUILD2019-03-01 17:38:05 UTC (rev 437305)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=2.2
-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=('88dd08d624ae7a61ef749b1e258e4b29ed61ba9fcc5a18813f291ce80efc5e74')
-
-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 437304, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 17:38:05 UTC (rev 437305)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=2.3
+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=('eaad2ccf0d781aeeb38fdfc4ad75a0405ca3da4f82ded64cce766a74a2b299ab')
+
+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
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 15:09:30
  Author: felixonmars
Revision: 420316

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 15:09:08 UTC (rev 420315)
+++ PKGBUILD2019-01-03 15:09:30 UTC (rev 420316)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=2.1
-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=('bbfbd217a0c18741596d0cc5585c4160cf1848be4c6cb19c86b8a5249e3f2d2e')
-
-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 420315, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 15:09:30 UTC (rev 420316)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=2.2
+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=('88dd08d624ae7a61ef749b1e258e4b29ed61ba9fcc5a18813f291ce80efc5e74')
+
+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
+}


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

2018-11-23 Thread Felix Yan via arch-commits
Date: Friday, November 23, 2018 @ 17:02:49
  Author: felixonmars
Revision: 409576

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-23 17:02:19 UTC (rev 409575)
+++ PKGBUILD2018-11-23 17:02:49 UTC (rev 409576)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=2.0
-pkgrel=2
-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=('0029efd3d009c197b1646d260350f3f87edca76eef3be6b81846af133d58d6a9')
-
-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 409575, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-23 17:02:49 UTC (rev 409576)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=2.1
+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=('bbfbd217a0c18741596d0cc5585c4160cf1848be4c6cb19c86b8a5249e3f2d2e')
+
+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
+}