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

Nicola Squartini tensor5 at archlinux.org
Sat Jul 20 06:34:37 UTC 2019


    Date: Saturday, July 20, 2019 @ 06:34:36
  Author: tensor5
Revision: 492242

upgpkg: apm 2.4.2-1

Modified:
  apm/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-20 06:06:13 UTC (rev 492241)
+++ PKGBUILD	2019-07-20 06:34:36 UTC (rev 492242)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=apm
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.4.2
+pkgrel=1
 pkgdesc='Atom package manager'
 arch=('x86_64')
 url='https://github.com/atom/apm'
@@ -18,7 +18,7 @@
         'no-scripts.patch'
         'python2.patch'
         'use-system-npm.patch')
-sha256sums=('39c684a34caf1d01b2efbaec24101c970ad3eb1b2327da573f3c3f9db0d4d527'
+sha256sums=('e04f3cab612a0682a49cd14b489ab83905ce1e9e4959c044c0597252be088963'
             'acbe133eb67d603e815605b1f3d9056a03bfc4a22a7e9db081126b289b385f77'
             '897a82cd23ed5a4f226635dabe56ad28e533cb0949593e2b771ad7928c058bcb'
             '621ae29f99c3fbc410a9a7dc143dd9c912ee94eaa48110ad32c40647f635e792'
@@ -37,8 +37,6 @@
   install -m755 "${srcdir}"/apm.js bin/apm
 
   # Use system npm
-  tr -d '\015' < package.json > package.json.new  # CRLF to LF
-  mv package.json.new package.json
   patch -Np1 -i "${srcdir}"/use-system-npm.patch
 
   # Don't download binary Node



More information about the arch-commits mailing list