summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Earl2020-04-11 20:13:00 +0100
committerIain Earl2020-04-11 20:13:00 +0100
commit072e69e026a9a984b9fff1f201ae05ecf6b5bb5f (patch)
tree2d7053c15d260d4a18ffce0dbfae08c9c78a499d
parent0bca9305a64e7c3d877a351906ec8abf11ad9ebf (diff)
downloadaur-072e69e026a9a984b9fff1f201ae05ecf6b5bb5f.tar.gz
Update to 2.5.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06d3586fc5ea..9e7694747b86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = navi-bin
pkgdesc = An interactive cheatsheet tool for the command-line
- pkgver = 2.4.1
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/denisidoro/navi
arch = x86_64
license = Apache 2.0
- depends = fzf
+ optdepends = fzf
+ optdepends = skim
provides = navi
conflicts = navi
- source = navi-bin-v2.4.1.tar.gz::https://github.com/denisidoro/navi/releases/download/v2.4.1/navi-v2.4.1-x86_64-unknown-linux-musl.tar.gz
- sha256sums = d8a24c4de5bb42f8755ee6eb774667507560819c38a1bf01f5cdcec1852186b7
+ source = navi-bin-v2.5.0.tar.gz::https://github.com/denisidoro/navi/releases/download/v2.5.0/navi-v2.5.0-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 74193e1ba1f59693683c1d955a3bc5d3b0ef0ecae791c235e1ce10c15944e596
pkgname = navi-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8995cdf5cd82..33f67bfd4407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
pkgname='navi-bin'
pkgdesc='An interactive cheatsheet tool for the command-line'
-pkgver='2.4.1'
+pkgver='2.5.0'
pkgrel='1'
arch=('x86_64')
url='https://github.com/denisidoro/navi'
license=('Apache 2.0')
-depends=('fzf')
-optdepends=()
+depends=()
+optdepends=('fzf' 'skim')
makedepends=()
checkdepends=()
provides=('navi')
conflicts=('navi')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/denisidoro/navi/releases/download/v${pkgver}/navi-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
-sha256sums=('d8a24c4de5bb42f8755ee6eb774667507560819c38a1bf01f5cdcec1852186b7')
+sha256sums=('74193e1ba1f59693683c1d955a3bc5d3b0ef0ecae791c235e1ce10c15944e596')
package() {
install -Dm755 "navi" "$pkgdir/usr/bin/navi"