summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-08-02 07:55:29 -0400
committerAndrew Sun2021-08-02 07:55:29 -0400
commitca8b41aebec8830bf46064cfb75c1f5c771b3cad (patch)
treed31a3c35be6cdb196817f8140fa0c552c815d394
parent4f8b1070425f48e3115e972e6584b4852c29c877 (diff)
downloadaur-ca8b41aebec8830bf46064cfb75c1f5c771b3cad.tar.gz
0.5.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b65b99671c2b..b402ec2e330d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcfly
pkgdesc = Fly through your shell history
- pkgver = 0.5.7
+ pkgver = 0.5.8
pkgrel = 1
url = https://github.com/cantino/mcfly
install = mcfly.install
@@ -12,7 +12,7 @@ pkgbase = mcfly
depends = sh
optdepends = zsh: for zsh support
optdepends = fish: for fish support
- source = mcfly-0.5.7.tar.gz::https://github.com/cantino/mcfly/archive/v0.5.7.tar.gz
- sha256sums = 8132e47b1354fc985c8d5553d5c7fd6e9524aa3dc938ae5ac90c01967a7f61c0
+ source = mcfly-0.5.8.tar.gz::https://github.com/cantino/mcfly/archive/v0.5.8.tar.gz
+ sha256sums = aa6c66c2b752bc6bcc047183149ecabf32d89231065b2bab5a63d0147dcb979d
pkgname = mcfly
diff --git a/PKGBUILD b/PKGBUILD
index 3c8915f16d51..6255072be98b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bruce Zhang <zttt183525594 at gmail dot com>
pkgname=mcfly
-pkgver=0.5.7
+pkgver=0.5.8
pkgrel=1
pkgdesc="Fly through your shell history"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ optdepends=('zsh: for zsh support'
makedepends=('rust' 'cargo')
install=mcfly.install
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/cantino/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('8132e47b1354fc985c8d5553d5c7fd6e9524aa3dc938ae5ac90c01967a7f61c0')
+sha256sums=('aa6c66c2b752bc6bcc047183149ecabf32d89231065b2bab5a63d0147dcb979d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"