summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2018-05-10 19:16:58 -0600
committerSumner Evans2018-05-10 19:16:58 -0600
commita41abfa1df28aadbed3099a63f0b61ba04f1cb67 (patch)
tree428d4ea2d8cb9f98ea6879c17c46de30cd5d94e0
parentc2fabf149db2207bfed6972faedafdd49b0270ea (diff)
downloadaur-a41abfa1df28aadbed3099a63f0b61ba04f1cb67.tar.gz
Update from 0.4.2->0.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee8469fe283e..0472f2784a9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = zsh-you-should-use
pkgdesc = ZSH plugin that reminds you to use existing aliases for commands you just typed
- pkgver = 0.4.2
- pkgrel = 2
+ pkgver = 0.4.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/0.4.2.tar.gz
+ source = https://github.com/MichaelAquilina/zsh-you-should-use/archive/0.4.3.tar.gz
sha256sums = 5db7415e16c914fb38e4dc48e4d17f5d4ac5ac5c38135484cf98d4dc31fb6338
pkgname = zsh-you-should-use
diff --git a/PKGBUILD b/PKGBUILD
index 0f8073716b18..02a154846726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jonathan Sumner Evans <sumner.evans98@gmail.com>
pkgname="zsh-you-should-use"
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.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"
arch=("any")