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

Nicola Squartini tensor5 at archlinux.org
Mon Dec 18 18:02:57 UTC 2017


    Date: Monday, December 18, 2017 @ 18:02:56
  Author: tensor5
Revision: 274785

upgpkg: atom 1.23.1-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/fix-license-path.patch
  atom/trunk/fix-restart.patch
  atom/trunk/use-system-apm.patch
  atom/trunk/use-system-electron.patch

---------------------------+
 PKGBUILD                  |   12 ++++++------
 fix-license-path.patch    |    2 +-
 fix-restart.patch         |    2 +-
 use-system-apm.patch      |    2 +-
 use-system-electron.patch |    4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-18 17:46:39 UTC (rev 274784)
+++ PKGBUILD	2017-12-18 18:02:56 UTC (rev 274785)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=atom
-pkgver=1.22.1
+pkgver=1.23.1
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -22,14 +22,14 @@
         'symbols-view-use-system-ctags.patch'
         'use-system-apm.patch'
         'use-system-electron.patch')
-sha256sums=('97440a6dfea54e6e9d8996f3043f9d37e70d9bdc7f4a6a13363132eb812ea648'
+sha256sums=('56147093f1b8fd98e1cdf9671888694b732ed6b83f7641c199ddbc54df76544f'
             'bbc07c111fe808b49b62198e17e8da5d3192faf281d5d84ac7cd493ed92bb2ba'
             '7f4f86387d226fcd452f0b97579dadc3eac217a77485228dbf4facf3391b6198'
-            '8e9eac1c9b751b9f41d362612e3d2382276030ebbf965f95607c520745243056'
-            '646f81b0621a86eff3bb1f229eeb92b2f33bac41b3324424a6de06a780a8a22d'
+            '75e60c20ddbe79c812595fdf88771422317db4256a200d2caefd09ebdd27ecc7'
+            '34625e26f1089a068582bd43a9a3755b3f5186b90dcc097b519def8f701d9f3a'
             '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-            'c120739911ce6a455a642c97d4d7de0956abee4d94bfc338f8a13f771a2d381c'
-            'e957bf927dc39b434167fecf6bdd01d78f9c6f71f24bcf86fa2d89dc254a7f96')
+            '4b91a1acd112838bd001f4e3c555de2a5fc7446c9eab6bc5dae0ca640306e81b'
+            'c767befecc78f94826c1c09c96b1d6537130fbd3f966ba6a7b683f20b8d3d1be')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: fix-license-path.patch
===================================================================
--- fix-license-path.patch	2017-12-18 17:46:39 UTC (rev 274784)
+++ fix-license-path.patch	2017-12-18 18:02:56 UTC (rev 274785)
@@ -1,6 +1,6 @@
 --- a/src/main-process/atom-application.coffee
 +++ b/src/main-process/atom-application.coffee
-@@ -266,7 +266,7 @@
+@@ -272,7 +272,7 @@
      @openPathOnEvent('application:open-your-keymap', 'atom://.atom/keymap')
      @openPathOnEvent('application:open-your-snippets', 'atom://.atom/snippets')
      @openPathOnEvent('application:open-your-stylesheet', 'atom://.atom/stylesheet')

Modified: fix-restart.patch
===================================================================
--- fix-restart.patch	2017-12-18 17:46:39 UTC (rev 274784)
+++ fix-restart.patch	2017-12-18 18:02:56 UTC (rev 274785)
@@ -1,6 +1,6 @@
 --- a/src/main-process/atom-application.coffee
 +++ b/src/main-process/atom-application.coffee
-@@ -829,7 +829,7 @@
+@@ -870,7 +870,7 @@
        @restart()
  
    restart: ->

Modified: use-system-apm.patch
===================================================================
--- use-system-apm.patch	2017-12-18 17:46:39 UTC (rev 274784)
+++ use-system-apm.patch	2017-12-18 18:02:56 UTC (rev 274785)
@@ -15,7 +15,7 @@
    )
 --- a/src/package-manager.js
 +++ b/src/package-manager.js
-@@ -165,13 +165,7 @@
+@@ -166,13 +166,7 @@
        return configPath || this.apmPath
      }
  

Modified: use-system-electron.patch
===================================================================
--- use-system-electron.patch	2017-12-18 17:46:39 UTC (rev 274784)
+++ use-system-electron.patch	2017-12-18 18:02:56 UTC (rev 274785)
@@ -116,7 +116,7 @@
      "csslint": "1.0.2",
      "donna": "1.0.16",
 -    "electron-chromedriver": "~1.6",
--    "electron-link": "0.1.1",
+-    "electron-link": "0.1.2",
 -    "electron-mksnapshot": "~1.6",
      "electron-packager": "7.3.0",
      "electron-winstaller": "2.6.3",
@@ -154,7 +154,7 @@
      cache.builtins.atom = atomJsPath if fs.isFileSync(atomJsPath)
 --- a/src/package-manager.js
 +++ b/src/package-manager.js
-@@ -802,7 +802,7 @@
+@@ -807,7 +807,7 @@
    }
  
    isBundledPackagePath (packagePath) {



More information about the arch-commits mailing list