summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2018-08-17 10:21:19 -0600
committerSumner Evans2018-08-17 10:21:19 -0600
commitd38070a447faaa36bd4fe3cd9a7027f9c2d54299 (patch)
tree29871cc6ce69b79fcd4a942b075655c4ecf7dd3e
parentc0df1f0f1a1178a97dd4969597069c750fbff5ac (diff)
downloadaur-d38070a447faaa36bd4fe3cd9a7027f9c2d54299.tar.gz
0.4.3 -> 0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41812c76b488..c8aecea64edb 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 = 0.4.3
+ pkgver = 0.5.0
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.3.tar.gz
- sha256sums = 97f6d1ae9ba15e6781c288c9682834161132a9172bab2f2ac1c15875dce4e7a0
+ source = https://github.com/MichaelAquilina/zsh-you-should-use/archive/0.5.0.tar.gz
+ sha256sums = d41f1cbfba03d6f446d2e19f7b758fe81e154dd9287415699c2438c450c144c3
pkgname = zsh-you-should-use
diff --git a/PKGBUILD b/PKGBUILD
index a91912c140a5..02aebc32e8af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Jonathan Sumner Evans <sumner.evans98@gmail.com>
pkgname="zsh-you-should-use"
-pkgver=0.4.3
-pkgrel=2
+pkgver=0.5.0
+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")
license=("GPL3")
source=("https://github.com/MichaelAquilina/${pkgname}/archive/${pkgver}.tar.gz")
install="${pkgname}.install"
-sha256sums=("97f6d1ae9ba15e6781c288c9682834161132a9172bab2f2ac1c15875dce4e7a0")
+sha256sums=("d41f1cbfba03d6f446d2e19f7b758fe81e154dd9287415699c2438c450c144c3")
package() {
install -d "${pkgdir}/usr/share/zsh/plugins/${pkgname}"