summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Agura2017-05-15 02:34:42 +0300
committerAlexander Agura2017-05-15 02:34:42 +0300
commite6bff453b4f8f986a7edc524480f1a04ba8e72dd (patch)
treecf8c2353ee4799daec0d4527d1e0276081e063f4
parentd1523f657b0a19c16a9827d438e1dc55a29cd177 (diff)
downloadaur-e6bff453b4f8f986a7edc524480f1a04ba8e72dd.tar.gz
1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--find-the-command.install6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebf63a400b97..db083dd380e5 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.1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/agur4ik/find-the-command
install = find-the-command.install
@@ -11,8 +11,8 @@ 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.1.1.tar.gz
- md5sums = 15d4ee8a818336465307f23359966103
+ source = https://github.com/agur4ik/find-the-command/archive/1.2.tar.gz
+ md5sums = c41b4776da6ff3c5a8a73091932ea68f
pkgname = find-the-command
diff --git a/PKGBUILD b/PKGBUILD
index f2e2293b2cdd..a936c59b307f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Agura <agur4ik09@gmail.com>
pkgname=find-the-command
-pkgver=1.1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Advanced command-not-found hook for bash and zsh using the power of pacman"
arch=('any')
@@ -13,7 +13,7 @@ backup=('usr/lib/systemd/system/pacman-files.service'
'usr/lib/systemd/system/pacman-files.timer')
install=find-the-command.install
source=("https://github.com/agur4ik/$pkgname/archive/$pkgver.tar.gz")
-md5sums=(15d4ee8a818336465307f23359966103)
+md5sums=('c41b4776da6ff3c5a8a73091932ea68f')
package() {
cd "$pkgname-$pkgver"
diff --git a/find-the-command.install b/find-the-command.install
index 5262d80f8fa4..ede52de7dd29 100644
--- a/find-the-command.install
+++ b/find-the-command.install
@@ -8,9 +8,9 @@ post_install() {
>> for zsh:
source /usr/share/doc/find-the-command/ftc.zsh
>> You can also append 'su' option to use su instead of sudo
- >> for root access or 'noprompt' to disable installation
- >> prompt at all, e.g.:
- source /usr/share/doc/find-the-command/ftc.zsh noprompt
+ >> 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
>> It is necessary to create pacman files database, run
# pacman -Fy