summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihaly Csonka2020-03-14 01:19:00 +0100
committerMihaly Csonka2020-03-14 01:19:00 +0100
commit3e8793b54d2b0cda9fc759eba9415139c0765a55 (patch)
tree7e5f5dd98479cea8ab12b787f11b53130a41f4a4
parentf8c2126b2a08616689befe6ed6960e6727bfcd62 (diff)
downloadaur-3e8793b54d2b0cda9fc759eba9415139c0765a55.tar.gz
Fix install message
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--navi.install2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9fea5adc0ae..9deaf8b18f43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = navi-git
pkgdesc = An interactive cheatsheet tool for the command-line.
pkgver = r238.8d0c82c
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/denisidoro/navi
install = navi.install
arch = any
@@ -17,7 +17,7 @@ pkgbase = navi-git
source = navi.install
md5sums = SKIP
md5sums = 43cf44f1cd5b9a7bb8f247735a59ba91
- md5sums = 27308a8ca0e77387464dbd7f1e0bcdd4
+ md5sums = 290f28d90270113f32bf2ca64565eb7a
pkgname = navi-git
diff --git a/PKGBUILD b/PKGBUILD
index 26201f433e60..619e333eb6ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kibouo <csonka.mihaly@hotmail.com>
pkgname=navi-git
pkgver=r238.8d0c82c
-pkgrel=2
+pkgrel=3
pkgdesc='An interactive cheatsheet tool for the command-line.'
arch=('any')
url='https://github.com/denisidoro/navi'
@@ -16,7 +16,7 @@ source=("${pkgname}::git+${url}"
navi.install)
md5sums=('SKIP'
43cf44f1cd5b9a7bb8f247735a59ba91
- 27308a8ca0e77387464dbd7f1e0bcdd4)
+ 290f28d90270113f32bf2ca64565eb7a)
pkgver() {
cd "${pkgname}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
diff --git a/navi.install b/navi.install
index 7a7b40fd25bb..a3e6da351dc5 100644
--- a/navi.install
+++ b/navi.install
@@ -1,4 +1,4 @@
post_install() {
echo "\n\
- Source the appropriate file from "~/.navi/shell" in your shell's dotfile. This enables proper populating of shell history and editting commands before executing them.\n"
+ Source the appropriate file from '~/.navi/shell' in your shell's dotfile. This enables proper populating of shell history and editting commands before executing them.\n"
}