summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Agura2017-08-24 01:45:09 +0300
committerAlexander Agura2017-08-24 01:45:09 +0300
commit3897426f4aac423756becbd99ca4e9b334e05773 (patch)
treece640f2c58c47a2e7966f5bcce17420f489ba6fc
parente6bff453b4f8f986a7edc524480f1a04ba8e72dd (diff)
downloadaur-3897426f4aac423756becbd99ca4e9b334e05773.tar.gz
1.2.1
* fix a typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--find-the-command.install4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db083dd380e5..acca513cdaf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = find-the-command
pkgdesc = Advanced command-not-found hook for bash and zsh using the power of pacman
- pkgver = 1.2
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/agur4ik/find-the-command
install = find-the-command.install
@@ -11,7 +11,7 @@ pkgbase = find-the-command
optdepends = sudo: for root access (needed for packages installation)
backup = usr/lib/systemd/system/pacman-files.service
backup = usr/lib/systemd/system/pacman-files.timer
- source = https://github.com/agur4ik/find-the-command/archive/1.2.tar.gz
+ source = https://github.com/agur4ik/find-the-command/archive/1.2.1.tar.gz
md5sums = c41b4776da6ff3c5a8a73091932ea68f
pkgname = find-the-command
diff --git a/PKGBUILD b/PKGBUILD
index a936c59b307f..37c0f160ef46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Agura <agur4ik09@gmail.com>
pkgname=find-the-command
-pkgver=1.2
+pkgver=1.2.1
pkgrel=1
pkgdesc="Advanced command-not-found hook for bash and zsh using the power of pacman"
arch=('any')
diff --git a/find-the-command.install b/find-the-command.install
index ede52de7dd29..3b63ab8b71be 100644
--- a/find-the-command.install
+++ b/find-the-command.install
@@ -9,8 +9,8 @@ post_install() {
source /usr/share/doc/find-the-command/ftc.zsh
>> You can also append 'su' option to use su instead of sudo
>> for root access, 'noprompt' to disable installation
- >> prompt at all, or 'quite' to decrease verbosity, e.g.:
- source /usr/share/doc/find-the-command/ftc.zsh noprompt quite
+ >> prompt at all, or 'quiet' to decrease verbosity, e.g.:
+ source /usr/share/doc/find-the-command/ftc.zsh noprompt quiet
>> It is necessary to create pacman files database, run
# pacman -Fy