summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSumner Evans2018-08-17 10:21:19 -0600
committerSumner Evans2018-08-17 10:21:19 -0600
commitd38070a447faaa36bd4fe3cd9a7027f9c2d54299 (patch)
tree29871cc6ce69b79fcd4a942b075655c4ecf7dd3e /PKGBUILD
parentc0df1f0f1a1178a97dd4969597069c750fbff5ac (diff)
downloadaur-d38070a447faaa36bd4fe3cd9a7027f9c2d54299.tar.gz
0.4.3 -> 0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"