[arch-commits] Commit in nushell/trunk (PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Tue Dec 28 22:53:10 UTC 2021
Date: Tuesday, December 28, 2021 @ 22:53:10
Author: grawlinson
Revision: 1086474
upgpkg: nushell 0.42.0-1
* New upstream release.
* Disable LTO.
Modified:
nushell/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-28 22:52:57 UTC (rev 1086473)
+++ PKGBUILD 2021-12-28 22:53:10 UTC (rev 1086474)
@@ -4,7 +4,7 @@
# Contributor: Bumsik Kim <k.bumsik at gmail.com>
pkgname=nushell
-pkgver=0.41.0
+pkgver=0.42.0
pkgrel=1
pkgdesc="A new type of shell"
arch=('x86_64')
@@ -12,10 +12,11 @@
license=('MIT')
depends=('openssl' 'libxcb' 'libx11' 'curl' 'bzip2')
makedepends=('rust')
+options=('!lto')
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::https://github.com/nushell/nushell/archive/$pkgver.tar.gz")
-sha512sums=('3f9c87f96e61bb98dfca3db5258a508843d76ec0fee443e1f2eab0c452ae0249bd2393a34bee04b128db4fac507c3d19cfe9ef41e3b74429954f1de8df9d5131')
-b2sums=('a3c73fc5123a80895b3cc1cefb4d9f940b2c93f50a543c6d10c4bed8baedeb4f92b3d5c32a2fc41fb82ce0e029876bb294ed743f42ad7e7fb5ef4d0b785adfb8')
+sha512sums=('d68bc66241fc08e98f528e5f244650d9d7f74d38692f49f1cb9a4c0e5de80ba5fae5dd7be50dea92a0912657776fee84266bd8a1943c4ee8ff13432be21073cb')
+b2sums=('f2a08ad466da41b850cf57413bf65ffcd728b8e5069a8b90bb8c03a5aa2c9e1c7e43383820ee848f024eb64c533abd189f444bb5739f2becc139a3e7aec07caa')
# NOTE: as of 0.40.0, upstream uses upx to reduce binary size, but this strips
# RELRO + PIE, so we do not enable this
More information about the arch-commits
mailing list