summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2020-06-18 09:20:52 -0600
committerSumner Evans2020-06-18 09:20:52 -0600
commit13f78186c8ed28e51229ddfe69314d4834589b9f (patch)
tree17a7e3a821298bc8bac418a2a54decc8ee3d7f8c
parent834b9935c52ef383619c670b30627c286eaf2e23 (diff)
downloadaur-zsh-you-should-use.tar.gz
1.6.1 -> 1.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f093a4913c5b..2563548c2827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zsh-you-should-use
pkgdesc = ZSH plugin that reminds you to use existing aliases for commands you just typed
- pkgver = 1.6.1
+ pkgver = 1.7.3
pkgrel = 1
url = https://github.com/MichaelAquilina/zsh-you-should-use
install = zsh-you-should-use.install
arch = any
license = GPL3
- source = https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.6.1.tar.gz
- sha256sums = 51d38ce62f06ae0b5c73dde94a52919448ffb37bbd9c86e57532f77b09d113f1
+ source = https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.7.3.tar.gz
+ sha256sums = db4486cd12974332ec858d446aff9393dae6be430d425a56d7036d2ce4edeb9e
pkgname = zsh-you-should-use
diff --git a/PKGBUILD b/PKGBUILD
index 1a138d5e4965..2e02948b0f57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='zsh-you-should-use'
pkgname=('zsh-you-should-use')
_module='zsh-you-should-use'
-pkgver='1.6.1'
+pkgver='1.7.3'
pkgrel=1
pkgdesc='ZSH plugin that reminds you to use existing aliases for commands you just typed'
url='https://github.com/MichaelAquilina/zsh-you-should-use'
@@ -12,9 +12,9 @@ depends=(
makedepends=()
arch=('any')
license=('GPL3')
-source=('https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.6.1.tar.gz')
+source=('https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.7.3.tar.gz')
install="${pkgname}.install"
-sha256sums=('51d38ce62f06ae0b5c73dde94a52919448ffb37bbd9c86e57532f77b09d113f1')
+sha256sums=('db4486cd12974332ec858d446aff9393dae6be430d425a56d7036d2ce4edeb9e')
package() {