[arch-commits] Commit in helix/trunk (PKGBUILD)
Orhun Parmaksiz
orhun at gemini.archlinux.org
Sat May 28 17:25:49 UTC 2022
Date: Saturday, May 28, 2022 @ 17:25:48
Author: orhun
Revision: 1212548
upgpkg: helix 22.05-2: rebuild due to fixed version
Modified:
helix/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-28 17:25:38 UTC (rev 1212547)
+++ PKGBUILD 2022-05-28 17:25:48 UTC (rev 1212548)
@@ -3,7 +3,7 @@
pkgname=helix
pkgver=22.05
-pkgrel=1
+pkgrel=2
pkgdesc="A post-modern modal text editor"
arch=('x86_64')
url="https://helix-editor.com"
@@ -13,7 +13,7 @@
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz"
"$pkgname.sh")
-sha256sums=('722237abb209d6a3683877dff039b198fffe0d37cc607f4fc8c05febcfd7e24e'
+sha256sums=('96603cf5504bbd7ebeee1867d65356cccaa2877f697da50c0ad3789a3eb287e4'
'90d14e5c8fb65e64b508fcf4358cb45191b39e24bd6c5981814139a2a627fa5c')
options=('!lto')
@@ -20,8 +20,6 @@
prepare() {
cd "$pkgname-$pkgver"
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
- # https://github.com/helix-editor/helix/pull/1883
- echo "$pkgver" > VERSION
}
build() {
More information about the arch-commits
mailing list