This repository has been archived by the owner on May 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@1062574 9fca08f4-af9d-4005-b8df-a31f2cc04f65
- Loading branch information
1 parent
9122d66
commit 0c23f69
Showing
3 changed files
with
4 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
# Contributor: Felix Yan <[email protected]> | ||
|
||
pkgname=nodejs-lts-gallium | ||
pkgver=16.13.0 | ||
pkgrel=3 | ||
pkgver=16.13.1 | ||
pkgrel=1 | ||
pkgdesc="Evented I/O for V8 javascript (LTS release: Gallium)" | ||
arch=(x86_64) | ||
url="https://nodejs.org/" | ||
|
@@ -13,13 +13,9 @@ makedepends=(python procps-ng) | |
optdepends=('npm: nodejs package manager') | ||
provides=("nodejs=$pkgver") | ||
conflicts=(nodejs) | ||
source=(${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz | ||
fix-test-datetime-change-notify.patch | ||
ares_compat.patch) | ||
source=(${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz) | ||
# https://nodejs.org/download/release/latest-gallium/SHASUMS256.txt.asc | ||
sha256sums=('32114b3dc3945ed0f95f8bc33b42c68e0ef18c408cb56122572a163d907ecbcc' | ||
'07290c780372e8fae54c4b809d4c30b446335463f5b377b77559df58e0cac2f8' | ||
'59098e466c4e438cc77ac438e7ec78ec8e508ea067ba0db1894420dc4e3154e4') | ||
sha256sums=(4c23004fd75eaf799ad8e76fe34f53e0327f433d4acbfc883396f72e96cc63ad) | ||
validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 # Myles Borins <[email protected]> | ||
77984A986EBC2AA786BC0F66B01FBB92821C587A # Gibson Fahnestock <[email protected]> | ||
B9AE9905FFD7803F25714661B63B535A4C206CA9 # Evan Lucas <[email protected]> | ||
|
@@ -29,12 +25,6 @@ validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 # Myles Borins <mylesbor | |
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C # Richard Lau <[email protected]> | ||
74F12602B6F1C4E913FAA37AD3A89613643B6201) # Danielle Adams <[email protected]> | ||
|
||
prepare() { | ||
cd node-v${pkgver} | ||
patch -p1 < ../fix-test-datetime-change-notify.patch | ||
patch -p1 < ../ares_compat.patch | ||
} | ||
|
||
build() { | ||
cd node-v${pkgver} | ||
|
||
|
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
repos/community-x86_64/fix-test-datetime-change-notify.patch
This file was deleted.
Oops, something went wrong.