summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-05-25 18:08:21 -0400
committerAndrew Sun2019-05-25 18:08:21 -0400
commit3b85f9abe9a65ce72beb0d97cc652bde981282fc (patch)
treeac0265bb31ca3c0e9f26777e2ac51abc99298418
parent91d5afc5a012714ef63dcdf64625a46f1ab7bd1b (diff)
downloadaur-3b85f9abe9a65ce72beb0d97cc652bde981282fc.tar.gz
mcfly: update to 0.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0d37a52634a..e3fde0f7892c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcfly
pkgdesc = Fly through your shell history
- pkgver = 0.3.3
+ pkgver = 0.3.4
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.3.tar.gz::https://github.com/cantino/mcfly/archive/v0.3.3.tar.gz
- sha256sums = a2547a2f5c1fdb3e4815e3131313d36c350143515c7305c071736d2a5acc6af7
+ source = mcfly-0.3.4.tar.gz::https://github.com/cantino/mcfly/archive/v0.3.4.tar.gz
+ sha256sums = 81476c6893ce1214831d7829148e9dfb0a9a3e1b892d4b39fdb9e861ad280d39
pkgname = mcfly
diff --git a/PKGBUILD b/PKGBUILD
index f5a01917e490..28fa23edad14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bruce Zhang <zttt183525594@gmail.com>
pkgname=mcfly
-pkgver=0.3.3
+pkgver=0.3.4
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=('a2547a2f5c1fdb3e4815e3131313d36c350143515c7305c071736d2a5acc6af7')
+sha256sums=('81476c6893ce1214831d7829148e9dfb0a9a3e1b892d4b39fdb9e861ad280d39')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"