summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2019-01-25 12:23:52 -0700
committerSumner Evans2019-01-25 12:23:52 -0700
commitf4d9d9dbd27740375d3088dab83877ba0eb00921 (patch)
tree94b5f5748b3d9bebaf6d6a22e33fc1467f177569
parente421eccb4b53411348ee25bb23a5e7602d8c4aa3 (diff)
downloadaur-f4d9d9dbd27740375d3088dab83877ba0eb00921.tar.gz
v1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c984a5ae2c13..217c25d420eb 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.6.0
+ pkgver = 1.0.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.6.0.tar.gz
- sha256sums = c1c16c0bc339c6212748798528c1c62703dce86cd0381ef2ec6e115abc45e6fc
+ source = https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.0.0.tar.gz
+ sha256sums = 98eac7f488aa8f897036e2b60dff350cd1ce61a7b788abcf89341dc802d0d4dc
pkgname = zsh-you-should-use
diff --git a/PKGBUILD b/PKGBUILD
index 3999ae2cda8e..5b2d6b335cb7 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='0.6.0'
+pkgver='1.0.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/0.6.0.tar.gz')
+source=('https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.0.0.tar.gz')
install="${pkgname}.install"
-sha256sums=('c1c16c0bc339c6212748798528c1c62703dce86cd0381ef2ec6e115abc45e6fc')
+sha256sums=('98eac7f488aa8f897036e2b60dff350cd1ce61a7b788abcf89341dc802d0d4dc')
package() {