summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Agura2019-12-05 15:21:19 +0200
committerAlexander Agura2019-12-05 15:21:19 +0200
commitb874581d453c02e1ed1e52ee1ea6aca0e28c288a (patch)
tree5fee082c577f4cf780e20a4d036504a7d2422ccd
parent102725c642b6eb73c45926574e908ffe4bb492c0 (diff)
downloadaur-b874581d453c02e1ed1e52ee1ea6aca0e28c288a.tar.gz
1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c75ececdc2f8..4121088c8888 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.3
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/agura-lex/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/agura-lex/find-the-command/archive/1.3.tar.gz
- md5sums = 4191949a8b394f3bad5a427bc2089704
+ source = https://github.com/agura-lex/find-the-command/archive/1.4.tar.gz
+ md5sums = 03257191fdd5cb93ba2bb8115640847d
pkgname = find-the-command
diff --git a/PKGBUILD b/PKGBUILD
index 92a45d943021..414277559711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Agura <agur4ik09@gmail.com>
pkgname=find-the-command
-pkgver=1.3
+pkgver=1.4
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/agura-lex/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('4191949a8b394f3bad5a427bc2089704')
+md5sums=('03257191fdd5cb93ba2bb8115640847d')
package() {
cd "$pkgname-$pkgver"