[arch-commits] Commit in deno/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Mar 11 19:08:10 UTC 2022


    Date: Friday, March 11, 2022 @ 19:08:10
  Author: felixonmars
Revision: 1148586

upgpkg: deno 1.17.2-1

Modified:
  deno/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 18:59:59 UTC (rev 1148585)
+++ PKGBUILD	2022-03-11 19:08:10 UTC (rev 1148586)
@@ -2,12 +2,13 @@
 # Contributor: Metal A-wing <1 at 233 dot email>
 
 pkgname=deno
-pkgver=1.17.1
+pkgver=1.17.2
 pkgrel=1
 pkgdesc="A secure runtime for JavaScript and TypeScript"
 arch=('x86_64')
 url="https://deno.land"
 license=('MIT')
+options=('!lto')
 depends=('gcc-libs')
 makedepends=('git' 'python' 'cargo' 'nodejs')
 source=("git+https://github.com/denoland/deno#tag=v$pkgver")



More information about the arch-commits mailing list