summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Agura2016-05-15 18:38:48 +0300
committerAlexander Agura2016-05-15 18:38:48 +0300
commit014b65090cc760aa451c3efa2c62b2428f03b1e3 (patch)
tree56a2d4e40c41726135a2d22d3355c6753557bc80
parentc3a1fee14765ee3156219437f0ee7ec56bd4ab9f (diff)
downloadaur-014b65090cc760aa451c3efa2c62b2428f03b1e3.tar.gz
1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e81ba81149c..d911733bb0ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = find-the-command
pkgdesc = Interactive command-not-found hook for bash and zsh using the power of pacman
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/agur4ik/find-the-command
install = find-the-command.install
@@ -10,8 +10,8 @@ pkgbase = find-the-command
optdepends = zsh: cool interactive shell with plenty of features
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.0.1.tar.gz
- md5sums = c4cf0595b020dd7fa9da52944bd49a70
+ source = https://github.com/agur4ik/find-the-command/archive/1.0.2.tar.gz
+ md5sums = 74442eed8f114ffcdad379c26c2555d7
pkgname = find-the-command
diff --git a/PKGBUILD b/PKGBUILD
index 97dda13ca74f..f31562e08143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Agura <agur4ik09@gmail.com>
pkgname=find-the-command
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Interactive command-not-found hook for bash and zsh using the power of pacman"
arch=('any')
@@ -12,7 +12,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=(c4cf0595b020dd7fa9da52944bd49a70)
+md5sums=(74442eed8f114ffcdad379c26c2555d7)
package() {
cd "$pkgname-$pkgver"