summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Earl2020-04-11 20:12:33 +0100
committerIain Earl2020-04-11 20:12:33 +0100
commit8980daecb4ad4c3fba5e523b93cd7a67705bcdd5 (patch)
treec0aab67b1040032ad21772eaec7f6b30e792e4b8
parent241011605a2ecf4a3bcde4f662b180b5f211c00f (diff)
downloadaur-8980daecb4ad4c3fba5e523b93cd7a67705bcdd5.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 c0893a437e50..c0bf2887ec1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = navi
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
@@ -9,10 +9,11 @@ pkgbase = navi
checkdepends = git
makedepends = rust
makedepends = gcc
- depends = fzf
+ optdepends = fzf
+ optdepends = skim
provides = navi
- source = navi-2.4.1.tar.gz::https://github.com/denisidoro/navi/archive/v2.4.1.tar.gz
- sha256sums = 3268317a09372f435a08c8eb5f62c44f2a070f195482b5e4584a9761a7edadd4
+ source = navi-2.5.0.tar.gz::https://github.com/denisidoro/navi/archive/v2.5.0.tar.gz
+ sha256sums = 36e8a144ec7be5684bb0731c310071b018991a5e327360791e4c849fae2422c3
pkgname = navi
diff --git a/PKGBUILD b/PKGBUILD
index 7d9b8ecb6f09..9eaf8d9a74b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname='navi'
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=('rust' 'gcc')
checkdepends=('rust' 'git')
provides=('navi')
source=("$pkgname-$pkgver.tar.gz::https://github.com/denisidoro/navi/archive/v${pkgver}.tar.gz")
-sha256sums=('3268317a09372f435a08c8eb5f62c44f2a070f195482b5e4584a9761a7edadd4')
+sha256sums=('36e8a144ec7be5684bb0731c310071b018991a5e327360791e4c849fae2422c3')
build() {
cd "$pkgname-$pkgver"