summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-07-03 23:41:35 +0700
committerAchmad Fathoni2022-07-03 23:41:35 +0700
commit5412cdfcb6cf1e65557851594e45ffa10e60c008 (patch)
treefd552e5f39b60f4418d7ab453fc854bdc09584a5
parent8cde468aaf3554a146ae90a9577b9fa1f13fbe20 (diff)
downloadaur-zsh-autosuggestions-git.tar.gz
Update 0.7.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17bbc00eee2d..2fde4fba1578 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zsh-autosuggestions-git
pkgdesc = Fish-like autosuggestions for zsh (from git)
- pkgver = 0.6.4.r0.gae315de
- pkgrel = 2
+ pkgver = 0.7.0.r0.ga411ef3
+ pkgrel = 1
url = https://github.com/zsh-users/zsh-autosuggestions
arch = any
license = MIT
@@ -13,4 +13,3 @@ pkgbase = zsh-autosuggestions-git
sha256sums = SKIP
pkgname = zsh-autosuggestions-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7d93fdf8c04e..5e308ae6337a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=zsh-autosuggestions-git
_pkgname=${pkgname::-4}
-pkgver=0.6.4.r0.gae315de
-pkgrel=2
+pkgver=0.7.0.r0.ga411ef3
+pkgrel=1
pkgdesc="Fish-like autosuggestions for zsh (from git)"
arch=('any')
url="https://github.com/zsh-users/zsh-autosuggestions"