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

Nicola Squartini tensor5 at archlinux.org
Tue Mar 19 08:41:02 UTC 2019


    Date: Tuesday, March 19, 2019 @ 08:41:02
  Author: tensor5
Revision: 442629

upgpkg: atom 1.35.1-2

Modified:
  atom/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-19 08:35:24 UTC (rev 442628)
+++ PKGBUILD	2019-03-19 08:41:02 UTC (rev 442629)
@@ -2,7 +2,7 @@
 
 pkgname=atom
 pkgver=1.35.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -58,7 +58,7 @@
   rm package-lock.json
 
   ATOM_RESOURCE_PATH="${PWD}" \
-  npm_config_target=$(tail -c +2 /usr/lib/electron/version) \
+  npm_config_target=$(< /usr/lib/electron/version) \
   apm install
 
   # Use system ctags



More information about the arch-commits mailing list