Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
mcfly
Commits:
04591668 by Orhun Parmaksız at 2024-08-12T16:40:34+03:00
upgpkg: 0.9.2-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = mcfly
pkgdesc = Fly through your shell history
- pkgver = 0.9.1
+ pkgver = 0.9.2
pkgrel = 1
url = https://github.com/cantino/mcfly
install = mcfly.install
@@ -11,7 +11,7 @@ pkgbase = mcfly
optdepends = zsh: for zsh support
optdepends = fish: for fish support
options = !lto
- source =
mcfly-0.9.1.tar.gz::https://github.com/cantino/mcfly/archive/v0.9.1.tar.gz
- sha256sums =
3f2f7ff1d8c4ccf5e7f98b185723c415a38883068cb8533ddd551ed4a8f059e9
+ source =
mcfly-0.9.2.tar.gz::https://github.com/cantino/mcfly/archive/v0.9.2.tar.gz
+ sha256sums =
bfb6ca73c6a03047e3c61edf2b3c770e24ddbb0720e2a7dad3ea13a759572bb6
pkgname = mcfly
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Bruce Zhang <zttt183525594 at gmail dot com>
pkgname=mcfly
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="Fly through your shell history"
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('zsh: for zsh support'
makedepends=('cargo')
install=mcfly.install
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('3f2f7ff1d8c4ccf5e7f98b185723c415a38883068cb8533ddd551ed4a8f059e9')
+sha256sums=('bfb6ca73c6a03047e3c61edf2b3c770e24ddbb0720e2a7dad3ea13a759572bb6')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mcfly/-/commit/04591668f6584f31ceae902801b47ad41c24e6c2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mcfly/-/commit/04591668f6584f31ceae902801b47ad41c24e6c2
You're receiving this email because of your account on gitlab.archlinux.org.