Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / deno
Commits:
f63bd666 by Felix Yan at 2024-02-27T14:07:33+00:00
upgpkg: 1.40.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deno
pkgdesc = A secure runtime for JavaScript and TypeScript
- pkgver = 1.40.4
+ pkgver = 1.40.5
pkgrel = 1
url = https://deno.land
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = deno
makedepends = protobuf
depends = gcc-libs
options = !lto
- source =
git+https://github.com/denoland/deno.git#commit=49214d309fc373a80a02f57545131b15f7813a98
+ source =
git+https://github.com/denoland/deno.git#commit=2c97831fec0d335a474c4a599a5df345a23ef036
sha512sums = SKIP
pkgname = deno
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Metal A-wing <1 at 233 dot email>
pkgname=deno
-pkgver=1.40.4
-_commit=49214d309fc373a80a02f57545131b15f7813a98
+pkgver=1.40.5
+_commit=2c97831fec0d335a474c4a599a5df345a23ef036
pkgrel=1
pkgdesc="A secure runtime for JavaScript and TypeScript"
arch=('x86_64')
@@ -27,7 +27,7 @@ build() {
check() {
cd $pkgname
- ./target/release/deno run cli/tests/testdata/run/002_hello.ts
+ ./target/release/deno run tests/testdata/run/002_hello.ts
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deno/-/commit/f63bd6667935c3fd099f26bddda8c54c475f79d0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deno/-/commit/f63bd6667935c3fd099f26bddda8c54c475f79d0
You're receiving this email because of your account on gitlab.archlinux.org.