summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Agura2018-03-07 23:59:15 +0200
committerAlexander Agura2018-03-07 23:59:15 +0200
commit102725c642b6eb73c45926574e908ffe4bb492c0 (patch)
tree30b960ad72061d707895a83d4b72ba218ec209ba
parent38067ff5927e6d05f668036d4684d2318099f51d (diff)
downloadaur-102725c642b6eb73c45926574e908ffe4bb492c0.tar.gz
1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa3eb18fcb35..c75ececdc2f8 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.1
+ pkgver = 1.3
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.2.1.tar.gz
- md5sums = a389b63732d44f5ab77dad3c524fa6d4
+ source = https://github.com/agura-lex/find-the-command/archive/1.3.tar.gz
+ md5sums = 4191949a8b394f3bad5a427bc2089704
pkgname = find-the-command
diff --git a/PKGBUILD b/PKGBUILD
index c3022c44c6e9..92a45d943021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Agura <agur4ik09@gmail.com>
pkgname=find-the-command
-pkgver=1.2.1
+pkgver=1.3
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=('a389b63732d44f5ab77dad3c524fa6d4')
+md5sums=('4191949a8b394f3bad5a427bc2089704')
package() {
cd "$pkgname-$pkgver"