summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-06-29 19:05:50 -0400
committerAndrew Sun2020-06-29 19:05:50 -0400
commit19505d280fda850c6b88d6f4daf2d177119026b3 (patch)
tree79eef61aca31c02c3640cd97fb3ab742c50c5f2b
parent2bdab2fd4871841eaf7c9fb543d5ceeb63086721 (diff)
downloadaur-19505d280fda850c6b88d6f4daf2d177119026b3.tar.gz
0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab5d6cb1c4a2..5b433a2e40e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcfly
pkgdesc = Fly through your shell history
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/cantino/mcfly
install = mcfly.install
@@ -11,8 +11,8 @@ pkgbase = mcfly
makedepends = cargo
depends = sh
optdepends = zsh: for zsh support
- source = mcfly-0.4.0.tar.gz::https://github.com/cantino/mcfly/archive/v0.4.0.tar.gz
- sha256sums = 233d33e2cde70f6bd76800becf7a718404e7ed19712bdee1d20b92a7486f6536
+ source = mcfly-0.4.1.tar.gz::https://github.com/cantino/mcfly/archive/v0.4.1.tar.gz
+ sha256sums = 46881eef97f871f6ac40940cb364a205cb7457c7253a36a728fa47dabc7d50ca
pkgname = mcfly
diff --git a/PKGBUILD b/PKGBUILD
index 704dd7aae525..5c97dc134a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bruce Zhang <zttt183525594 at gmail dot com>
pkgname=mcfly
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="Fly through your shell history"
arch=('i686' 'x86_64')
@@ -13,7 +13,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=('233d33e2cde70f6bd76800becf7a718404e7ed19712bdee1d20b92a7486f6536')
+sha256sums=('46881eef97f871f6ac40940cb364a205cb7457c7253a36a728fa47dabc7d50ca')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"