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

Felix Yan felixonmars at archlinux.org
Thu Jan 21 19:44:33 UTC 2021


    Date: Thursday, January 21, 2021 @ 19:44:32
  Author: felixonmars
Revision: 824116

upgpkg: deno 1.7.0-1

Modified:
  deno/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-21 19:18:41 UTC (rev 824115)
+++ PKGBUILD	2021-01-21 19:44:32 UTC (rev 824116)
@@ -2,7 +2,7 @@
 # Contributor: Metal A-wing <1 at 233 dot email>
 
 pkgname=deno
-pkgver=1.6.3
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="A secure runtime for JavaScript and TypeScript"
 arch=('x86_64')
@@ -39,5 +39,5 @@
   install -dm755 "$pkgdir"/usr/share/fish/vendor_functions.d
   ./target/release/deno completions fish > "$pkgdir"/usr/share/fish/vendor_functions.d/deno.fish
 
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



More information about the arch-commits mailing list