[arch-commits] Commit in apm/trunk (PKGBUILD no-scripts.patch use-system-npm.patch)
Nicola Squartini
tensor5 at archlinux.org
Sun Nov 22 04:13:21 UTC 2020
Date: Sunday, November 22, 2020 @ 04:13:20
Author: tensor5
Revision: 758831
upgpkg: apm 2.6.0-1
Modified:
apm/trunk/PKGBUILD
apm/trunk/no-scripts.patch
apm/trunk/use-system-npm.patch
----------------------+
PKGBUILD | 10 +++++-----
no-scripts.patch | 17 +++++++++++------
use-system-npm.patch | 4 ++--
3 files changed, 18 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-22 03:41:59 UTC (rev 758830)
+++ PKGBUILD 2020-11-22 04:13:20 UTC (rev 758831)
@@ -1,8 +1,8 @@
# Maintainer: Nicola Squartini <tensor5 at gmail.com>
pkgname=apm
-pkgver=2.5.0
-pkgrel=4
+pkgver=2.6.0
+pkgrel=1
pkgdesc='Atom package manager'
arch=('x86_64')
url='https://github.com/atom/apm'
@@ -18,10 +18,10 @@
'no-scripts.patch'
'use-system-npm.patch'
'git-utils.patch')
-sha512sums=('34fdd9646d9ea67731aed7560547fb74fcb2f19a2ae69dd692834dffc7e0f2d7a9b1147f774e0f1bc9d491d57755f674073268dd599fa00e41673d2150883223'
+sha512sums=('514caa5703fb81036c5f99b47361a7e903615f2a046d6430fce9407c93b3cc1274bafbb9f29486a6726731ea8bcfa981a68f3f4546d282ff0551ee5ed9928c9a'
'c02c18e00c378fc968cd593bfed3ff0636a2786fa9ef212547efc30c54576f55dc94ac503b827ec79283c5deb87a22a7046565d8c630d55ed20d0ad020f8a77f'
- '4ad07dcf6fca3aabdd106f092d3a159712f52c4b161c54e7ac2c1d90598b98635dc86e8e97ec6f847392110c894b0b0ffb89be9f82164cd4a377a7dc53ac7b9a'
- 'd14c3465f068959580a8232b53740aa199e25b67e5c209b824ac1060aca4a6a12083cf2d495683abcc7faba4d4d1c4fe3276679c79c1754954b0eaf5e2d4eea2'
+ 'a51ec885b0cd44ba468a98b43e42cc66546031d97b43ab86be73cd15766ef7e9ae442c9e0a495215e37a83899fd256ec18708596b75ef47dbe12d3c8da2fc084'
+ 'a78f9b1539d3eb38f2cd760b64efc8e9dd44dd2faf41a2d85bc2b21101828bea931c7855221cc69cfda3695f979ee85f17b299878424739c96cc3e96bed5d17f'
'bf9f4023bfbdc7240e5ed8a87bc9097eb7a57b2bae44f1044098eb380b15ff8a12f92347b99b6754c6adb537b8310d1f47bdfd3e60db411e4d69d575ce70b2a6')
_apmdir='/usr/lib/node_modules/atom-package-manager'
Modified: no-scripts.patch
===================================================================
--- no-scripts.patch 2020-11-22 03:41:59 UTC (rev 758830)
+++ no-scripts.patch 2020-11-22 04:13:20 UTC (rev 758831)
@@ -1,15 +1,20 @@
--- a/package.json
+++ b/package.json
-@@ -14,13 +14,6 @@
+@@ -14,18 +14,6 @@
"bin": {
"apm": "./bin/apm"
},
- "scripts": {
-- "build": "node script/check-version.js && grunt",
-- "prepare": "grunt prepare",
-- "install": "node script/postinstall.js",
-- "test": "node script/check-version.js && grunt test",
-- "check-version": "node version.js"
+- "check-version": "node script/check-version.js",
+- "clean:bin": "shx rm -rf bin/node_darwin_x64 bin/node.exe bin/node",
+- "clean:lib": "shx rm -rf lib && shx mkdir -p lib",
+- "clean": "npm run clean:lib && npm run clean:bin",
+- "lint": "coffeelint src spec",
+- "coffee": "coffee --compile --output lib src",
+- "build": "npm run clean:lib && npm run coffee",
+- "prepare": "npm run build",
+- "postinstall": "node script/postinstall.js",
+- "test": "npm run check-version && npm run lint && jasmine-focused --captureExceptions --coffee spec"
- },
"dependencies": {
"@atom/plist": "0.4.4",
Modified: use-system-npm.patch
===================================================================
--- use-system-npm.patch 2020-11-22 03:41:59 UTC (rev 758830)
+++ use-system-npm.patch 2020-11-22 04:13:20 UTC (rev 758831)
@@ -1,7 +1,7 @@
--- a/package.json
+++ b/package.json
-@@ -33,7 +33,6 @@
- "keytar": "^4.0",
+@@ -39,7 +39,6 @@
+ "keytar": "^4.13.0",
"mv": "2.0.0",
"ncp": "~0.5.1",
- "npm": "^6.14.4",
More information about the arch-commits
mailing list