summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2020-03-03 09:23:57 -0800
committerJavier Tiá2020-03-03 09:23:57 -0800
commit1d92fd2c3aa1d1f77dea3f4aff0b83aceae284b8 (patch)
tree1ec7317f32ea7b619fe375f7c06122de2829cf3d
parentd4ff4e8bb7deefa2d294b12064a88036b7b9e06c (diff)
downloadaur-1d92fd2c3aa1d1f77dea3f4aff0b83aceae284b8.tar.gz
Bump up z.lua 1.8.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59d81ff82701..1e596609df80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = z.lua
pkgdesc = A new cd command that helps you navigate faster by learning your habits
- pkgver = 1.8.3
+ pkgver = 1.8.4
pkgrel = 1
url = https://github.com/skywind3000/z.lua
arch = any
@@ -9,8 +9,8 @@ pkgbase = z.lua
provides = z.lua
conflicts = z.lua-git
replaces = z.lua-git
- source = https://github.com/skywind3000/z.lua/archive/1.8.3.tar.gz
- sha256sums = 1172b45753845872067988da183e764d4ef634b9ed9c893802b68821f30ddf83
+ source = https://github.com/skywind3000/z.lua/archive/1.8.4.tar.gz
+ sha256sums = ae26580b5e0a3b3d82a932804e0d2cd9ead44cbb49edb3360d3c00d4ae12f06b
pkgname = z.lua
diff --git a/PKGBUILD b/PKGBUILD
index 3bc7a9cbefb5..3039fa0219c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Tia <javier dot tia at gmail dot com>
pkgname=z.lua
-pkgver=1.8.3
+pkgver=1.8.4
pkgrel=1
pkgdesc='A new cd command that helps you navigate faster by learning your habits'
arch=('any')
@@ -12,7 +12,7 @@ provides=("${pkgname}")
conflicts=("${pkgname}-git")
replaces=("${pkgname}-git")
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('1172b45753845872067988da183e764d4ef634b9ed9c893802b68821f30ddf83')
+sha256sums=('ae26580b5e0a3b3d82a932804e0d2cd9ead44cbb49edb3360d3c00d4ae12f06b')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"