summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Agura2016-07-05 01:16:03 +0300
committerAlexander Agura2016-07-05 01:16:03 +0300
commit50193d70697ae30f6e80d414fc4faafe02fafcbb (patch)
tree80d24192de0776666969206b3880306e25730cad
parent99f4abb0643227c75eea26c4bdb434ca448b4543 (diff)
downloadaur-50193d70697ae30f6e80d414fc4faafe02fafcbb.tar.gz
Fix typo in install-file
-rw-r--r--PKGBUILD2
-rw-r--r--find-the-command.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18b2e5502b4a..3f6274834f08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Agura <agur4ik09@gmail.com>
pkgname=find-the-command
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive command-not-found hook for bash and zsh using the power of pacman"
arch=('any')
url="https://github.com/agur4ik/find-the-command"
diff --git a/find-the-command.install b/find-the-command.install
index fb30b1bd9034..a952a1e6a7f3 100644
--- a/find-the-command.install
+++ b/find-the-command.install
@@ -26,7 +26,7 @@ post_upgrade() {
pre_remove() {
printf "\t>> Disabling pacman files systemd timer\n"
- sytemctl disable pacman-files.timer
+ systemctl disable pacman-files.timer
}
post_remove() {