[arch-commits] Commit in apm/trunk (3 files)

Nicola Squartini tensor5 at archlinux.org
Sun Sep 2 10:48:27 UTC 2018


    Date: Sunday, September 2, 2018 @ 10:48:26
  Author: tensor5
Revision: 376031

upgpkg: apm 2.1.1-1

Modified:
  apm/trunk/PKGBUILD
  apm/trunk/use-system-npm.patch
Deleted:
  apm/trunk/fix-tmpdir-warning.patch

--------------------------+
 PKGBUILD                 |   15 +++++----------
 fix-tmpdir-warning.patch |   11 -----------
 use-system-npm.patch     |    4 ++--
 3 files changed, 7 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-02 10:24:03 UTC (rev 376030)
+++ PKGBUILD	2018-09-02 10:48:26 UTC (rev 376031)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=apm
-pkgver=1.19.0
-pkgrel=6
+pkgver=2.1.1
+pkgrel=1
 pkgdesc='Atom package manager'
 arch=('x86_64')
 url='https://github.com/atom/apm'
@@ -16,16 +16,14 @@
 options=(!emptydirs)
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkgver}.tar.gz"
         'apm.js'
-        'fix-tmpdir-warning.patch'
         'no-scripts.patch'
         'python2.patch'
         'use-system-npm.patch')
-sha512sums=('642e7d4bd29455f56ad6e611de9a38954b8a403576620ea3684bc49c2d05f6be89e2ce37efa383cdd050e7ff6b0a6f4a14213f1256e1a6999d3789de0d621afa'
+sha512sums=('051956cf4f5f6fa5445cd2aebaea0fc2eb9b5f7bab8fe5d6026efbe2487a3f32d65a53b9125e85a06bd25fd1481535becb0606ab58a3148b3f7b66309d374263'
             '7ef40058bb50189729a541f8e74191336f9652f12e70118e8b24c207e42f00c8f548d408759f261d8b0f2f67f7296e38d771694e45570102e28be1e6b9788d6c'
-            '151dc995a42db1cdb4d085f52f6d7d7fedb1af4eb7123b60abdec55e493d45d527d8129f46f5faeda0d7494050649ea11cd6a5f3ccb83c36ad71d5835e6262ad'
             'da2e2c6b336b87371541ef159201f6942c606f7c8b212f1a610a8605bb08ddc97ed1ade7f1c02339c40c40f22d8a7d37b1686fb5c7105a775fa85ff6048162dc'
             '2fedcfc04c03059429c231c5bbd3d5e4b32a30ea9d341c3e27dcbba0deee1e4c8d27d993c59ee96aebf0a0c930b7cc55177e3600c18349dd2b91ebac7bd96632'
-            'f07c0bc1d31d8b6d237621cde024ebf538901fd7ea61801a7c50b5be84e2adf9da72eccc68d7bea0d8b0193d750ebde7de30a572f2e286194cb5c4f6f0d2a3f3')
+            '96449a53197e7b498561e8fb820f2d60aa4d77cd4364b97e7e595d49776e3ad7fb89b944174be55ad3b81b6b64d65c0f12c5b8cf3eeb1bad8ac18dfdf3c6b610')
 
 _apmdir='/usr/lib/node_modules/atom-package-manager'
 
@@ -39,9 +37,6 @@
   rm src/cli.coffee
   install -m755 "${srcdir}"/apm.js bin/apm
 
-  # Fix os.tmpDir() deprecation warning
-  patch -Np1 -i "${srcdir}"/fix-tmpdir-warning.patch
-
   # Use system npm and node-gyp
   patch -Np1 -i "${srcdir}"/use-system-npm.patch
 
@@ -57,7 +52,7 @@
   cd apm-${pkgver}
 
   npm install coffee-script
-  ./node_modules/.bin/coffee -c --no-header -o lib src/*.coffee
+  npx coffee -c --no-header -o lib src/*.coffee
   rm -r node_modules
   npm install --user root -g --prefix="${srcdir}"/apm-build/usr $(npm pack | tail -1)
 }

Deleted: fix-tmpdir-warning.patch
===================================================================
--- fix-tmpdir-warning.patch	2018-09-02 10:24:03 UTC (rev 376030)
+++ fix-tmpdir-warning.patch	2018-09-02 10:48:26 UTC (rev 376031)
@@ -1,11 +0,0 @@
---- a/package.json
-+++ b/package.json
-@@ -43,7 +43,7 @@
-     "season": "^6.0.2",
-     "semver": "^5.1.0",
-     "tar": "^2.2.1",
--    "temp": "~0.7.0",
-+    "temp": "~0.8.0",
-     "underscore-plus": "1.x",
-     "wordwrap": "0.0.2",
-     "wrench": "~1.5.1",

Modified: use-system-npm.patch
===================================================================
--- use-system-npm.patch	2018-09-02 10:24:03 UTC (rev 376030)
+++ use-system-npm.patch	2018-09-02 10:48:26 UTC (rev 376031)
@@ -4,8 +4,8 @@
      "keytar": "^4.0",
      "mv": "2.0.0",
      "ncp": "~0.5.1",
--    "npm": "3.10.10",
 -    "node-gyp": "3.4.0",
-     "open": "0.0.4",
+-    "npm": "6.2.0",
+     "open": "0.0.5",
      "plist": "git+https://github.com/nathansobo/node-plist.git",
      "q": "~0.9.7",



More information about the arch-commits mailing list