summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicerSlicer2021-01-04 20:36:30 +0100
committerNicerSlicer2021-01-04 20:36:30 +0100
commitbc779abc903984a4743baf8e09b6e13346cfada0 (patch)
tree044b02f67b657a71c1188e7ab5d51620eb5f15da
parent83b1588a5a815ba9b45da35cb0fb39a35c343563 (diff)
downloadaur-bc779abc903984a4743baf8e09b6e13346cfada0.tar.gz
Version 2.3 - 03.01.2021 10:51:41 PM CET
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fc0ba4607f5..b621d85b4a20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hstr-git
- pkgdesc = A command line utility that brings improved BASH command completion from the history. It aims to make completion easier and more efficient than Ctrl-r.
- pkgver = 2.3.r0.g60fa279
+ pkgdesc = A command line utility that brings improved bash/zsh command completion from the history. It aims to make completion easier and more efficient than Ctrl-r.
+ pkgver = 2.3.r1.g1d82a22
pkgrel = 1
url = https://github.com/dvorka/hstr
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 8903ce08fb8c..923a49137f80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Christian Wieden <wiedenchr at gmail dot com
-# Contributer: Ricardo Band <me at xengi dot de>
+# Maintainer: NicerSlicer <jans_coid at posteo dot de>
+# Contributor: Christian Wieden <wiedenchr at gmail dot com>
+# Contributor: Ricardo Band <me at xengi dot de>
# Contributor: Filip SzymaƄski <fszymanski at, fedoraproject.org>
pkgname=hstr-git
-pkgver=2.3.r0.g60fa279
+pkgver=2.3.r1.g1d82a22
pkgrel=1
-pkgdesc="A command line utility that brings improved BASH command completion from the history. It aims to make completion easier and more efficient than Ctrl-r."
+pkgdesc="A command line utility that brings improved bash/zsh command completion from the history. It aims to make completion easier and more efficient than Ctrl-r."
arch=('any')
url="https://github.com/dvorka/hstr"
license=('Apache')