-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👍 BUMP: Bump package to latest upstream version
PKGBUILD - Bump pkgver to match latest upstream release - Add dependency for musl - Update sha512sums - Ensure references to $srcdir do not appear in package - Install link to license .SRCINFO - Regenerate to reflect changes On branch main - Changes to be committed: - modified: .SRCINFO - modified: PKGBUILD
- Loading branch information
1 parent
dfaf5d1
commit 7cf8d05
Showing
2 changed files
with
11 additions
and
10 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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
pkgbase = nx | ||
pkgdesc = A next generation build system with monorepo support and powerful integrations. | ||
pkgver = 14.5.10 | ||
pkgver = 15.0.4 | ||
pkgrel = 1 | ||
url = https://blog.nrwl.io/nx/home | ||
arch = any | ||
license = MIT | ||
makedepends = jq | ||
makedepends = npm | ||
depends = nodejs | ||
noextract = nx-14.5.10.tgz | ||
source = https://registry.npmjs.org/nx/-/nx-14.5.10.tgz | ||
sha512sums = 76a895fb3637da4f7c99f2854e0890c9877d1d8666075ce8263ea0627884baacece822a9f194a97910da55047147ac0432f5bd3124c0f64060f2c27bf16fcd66 | ||
noextract = nx-15.0.4.tgz | ||
source = https://registry.npmjs.org/nx/-/nx-15.0.4.tgz | ||
sha512sums = b420a2549802897fd1db394bef7750b18e3d03147f700d1d1d7efae0abcb588bc1d263bc65bed4580c1bf2c7486e8a770eab460a8a514ec01d3817195db7bff4 | ||
|
||
pkgname = nx |
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