summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-01-17 17:29:51 -0500
committerAndrew Sun2021-01-17 17:29:51 -0500
commit8c76c3d8160d458dab64e3fa8d9865bee1dc6067 (patch)
tree441ff6f2be40d0d6ec7eaaf893bb4ab9913bef25
parent94418fceb7e69ba0b138443c188a0731f24252b2 (diff)
downloadaur-8c76c3d8160d458dab64e3fa8d9865bee1dc6067.tar.gz
0.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c9412adb03a..6a2923ff792d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcfly
pkgdesc = Fly through your shell history
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/cantino/mcfly
install = mcfly.install
@@ -12,8 +12,8 @@ pkgbase = mcfly
depends = sh
optdepends = zsh: for zsh support
optdepends = fish: for fish support
- source = mcfly-0.5.2.tar.gz::https://github.com/cantino/mcfly/archive/v0.5.2.tar.gz
- sha256sums = 57e00943b811674a4e69bd602d3fa3b41745d75e3763c98311e8a7a7ff8e07b4
+ source = mcfly-0.5.3.tar.gz::https://github.com/cantino/mcfly/archive/v0.5.3.tar.gz
+ sha256sums = 4c53d38f373755f70a142cb5aa27deab39f4aa21304cff97906c557d81b1e42e
pkgname = mcfly
diff --git a/PKGBUILD b/PKGBUILD
index 4489c2b070ab..27e4001df877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bruce Zhang <zttt183525594 at gmail dot com>
pkgname=mcfly
-pkgver=0.5.2
+pkgver=0.5.3
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=('57e00943b811674a4e69bd602d3fa3b41745d75e3763c98311e8a7a7ff8e07b4')
+sha256sums=('4c53d38f373755f70a142cb5aa27deab39f4aa21304cff97906c557d81b1e42e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"