summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-08-31 08:54:49 -0400
committerAndrew Sun2019-08-31 08:54:49 -0400
commit43855d11273448be53434f158f4138a60808289d (patch)
tree4451d4d0ad1ebd2a84aab8e5c8118b31733668b0
parent3b85f9abe9a65ce72beb0d97cc652bde981282fc (diff)
downloadaur-43855d11273448be53434f158f4138a60808289d.tar.gz
mcfly: update to 0.3.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3fde0f7892c..f626ce91c797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcfly
pkgdesc = Fly through your shell history
- pkgver = 0.3.4
+ pkgver = 0.3.5
pkgrel = 1
url = https://github.com/cantino/mcfly
install = mcfly.install
@@ -10,8 +10,8 @@ pkgbase = mcfly
makedepends = rust
makedepends = cargo
depends = sh
- source = mcfly-0.3.4.tar.gz::https://github.com/cantino/mcfly/archive/v0.3.4.tar.gz
- sha256sums = 81476c6893ce1214831d7829148e9dfb0a9a3e1b892d4b39fdb9e861ad280d39
+ source = mcfly-0.3.5.tar.gz::https://github.com/cantino/mcfly/archive/v0.3.5.tar.gz
+ sha256sums = c9ccd42d8c41944390245096b420ed29a8c3c2070fe8b15b952bdb53584f85df
pkgname = mcfly
diff --git a/PKGBUILD b/PKGBUILD
index 28fa23edad14..442784648142 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
-# Contributor: Bruce Zhang <zttt183525594@gmail.com>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Bruce Zhang <zttt183525594 at gmail dot com>
pkgname=mcfly
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
pkgdesc="Fly through your shell history"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('sh')
makedepends=('rust' 'cargo')
install=mcfly.install
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/cantino/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('81476c6893ce1214831d7829148e9dfb0a9a3e1b892d4b39fdb9e861ad280d39')
+sha256sums=('c9ccd42d8c41944390245096b420ed29a8c3c2070fe8b15b952bdb53584f85df')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"