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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 17 09:15:20 UTC 2021


    Date: Tuesday, August 17, 2021 @ 09:15:20
  Author: felixonmars
Revision: 1001234

upgpkg: deno 1.13.1-1

Modified:
  deno/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-17 09:15:12 UTC (rev 1001233)
+++ PKGBUILD	2021-08-17 09:15:20 UTC (rev 1001234)
@@ -2,7 +2,7 @@
 # Contributor: Metal A-wing <1 at 233 dot email>
 
 pkgname=deno
-pkgver=1.13.0
+pkgver=1.13.1
 pkgrel=1
 pkgdesc="A secure runtime for JavaScript and TypeScript"
 arch=('x86_64')
@@ -25,7 +25,7 @@
 
 check() {
   cd $pkgname
-  ./target/release/deno run cli/tests/002_hello.ts
+  ./target/release/deno run cli/tests/testdata/002_hello.ts
 }
 
 package() {



More information about the arch-commits mailing list