summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2019-10-28 18:51:05 -0600
committerSumner Evans2019-10-28 18:51:05 -0600
commit8fcfff24de23f6e189534837feeb3ea3cc5528e3 (patch)
treef7d61088f75704b24bea6240a5aff44af87de502
parent91b228cbf62fee3bce8cb5911140a8161c36d5fc (diff)
downloadaur-8fcfff24de23f6e189534837feeb3ea3cc5528e3.tar.gz
1.4.0 -> 1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rwxr-xr-xupdate.sh2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9b956948093..4553a60b1221 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.4.0
+ pkgver = 1.6.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/1.4.0.tar.gz
- sha256sums = 21043951ac9c251f64cefb2c531c549025e4bd2bfe4dc367e1cfcd2e5f18506c
+ source = https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.6.0.tar.gz
+ sha256sums = 599090bfd27f33af6096bbb4afe1ef8c317a52043600a101644c36d7b6910b9a
pkgname = zsh-you-should-use
diff --git a/PKGBUILD b/PKGBUILD
index 06f72811d1f7..541fb4bfcabb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Sumner Evans <sumner.evans98 at gmail dot com>
-pkgbase=('zsh-you-should-use')
+pkgbase='zsh-you-should-use'
pkgname=('zsh-you-should-use')
_module='zsh-you-should-use'
-pkgver='1.4.0'
+pkgver='1.6.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'
@@ -12,9 +12,9 @@ depends=(
makedepends=()
arch=('any')
license=('GPL3')
-source=('https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.4.0.tar.gz')
+source=('https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.6.0.tar.gz')
install="${pkgname}.install"
-sha256sums=('21043951ac9c251f64cefb2c531c549025e4bd2bfe4dc367e1cfcd2e5f18506c')
+sha256sums=('599090bfd27f33af6096bbb4afe1ef8c317a52043600a101644c36d7b6910b9a')
package() {
diff --git a/update.sh b/update.sh
index 60db852d6bde..d369b14cb30a 100755
--- a/update.sh
+++ b/update.sh
@@ -25,7 +25,7 @@ popd
echo "# Maintainer: Sumner Evans <sumner.evans98 at gmail dot com>
-pkgbase=('${AUR_NAME}')
+pkgbase='${AUR_NAME}'
pkgname=('${AUR_NAME}')
_module='${PROJ_NAME}'
pkgver='$1'