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

Nicola Squartini tensor5 at archlinux.org
Fri Feb 16 13:27:11 UTC 2018


    Date: Friday, February 16, 2018 @ 13:27:09
  Author: tensor5
Revision: 294999

upgpkg: atom 1.24.0-1

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

---------------------------+
 PKGBUILD                  |   10 +++++-----
 fix-license-path.patch    |    2 +-
 use-system-electron.patch |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-16 13:10:59 UTC (rev 294998)
+++ PKGBUILD	2018-02-16 13:27:09 UTC (rev 294999)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=atom
-pkgver=1.23.3
-pkgrel=2
+pkgver=1.24.0
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -22,14 +22,14 @@
         'symbols-view-use-system-ctags.patch'
         'use-system-apm.patch'
         'use-system-electron.patch')
-sha256sums=('f739002e52b6057667880223c1ddfcb648b8cc4c922442903e89df7f7bd0a09f'
+sha256sums=('7494fba115b214e29d3977cc1a3b08b94d0e88cad65b0d506d40904e3f967bbc'
             'bbc07c111fe808b49b62198e17e8da5d3192faf281d5d84ac7cd493ed92bb2ba'
             '7f4f86387d226fcd452f0b97579dadc3eac217a77485228dbf4facf3391b6198'
-            '75e60c20ddbe79c812595fdf88771422317db4256a200d2caefd09ebdd27ecc7'
+            'ef8cc9f8c6a3e0359a19b876653c4d6a0ef1224c2d4e06f3e5d535c772292f4f'
             '34625e26f1089a068582bd43a9a3755b3f5186b90dcc097b519def8f701d9f3a'
             '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
             '4b91a1acd112838bd001f4e3c555de2a5fc7446c9eab6bc5dae0ca640306e81b'
-            'c767befecc78f94826c1c09c96b1d6537130fbd3f966ba6a7b683f20b8d3d1be')
+            'bc0ee7f91208b41399d43c6f5660dc9bc056c68c494eebece9dbd300278e5a7b')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: fix-license-path.patch
===================================================================
--- fix-license-path.patch	2018-02-16 13:10:59 UTC (rev 294998)
+++ fix-license-path.patch	2018-02-16 13:27:09 UTC (rev 294999)
@@ -11,7 +11,7 @@
        resolveBeforeQuitPromise = null
 --- a/src/workspace.js
 +++ b/src/workspace.js
-@@ -1102,7 +1102,7 @@
+@@ -1104,7 +1104,7 @@
  
    // Open Atom's license in the active pane.
    openLicense () {

Modified: use-system-electron.patch
===================================================================
--- use-system-electron.patch	2018-02-16 13:10:59 UTC (rev 294998)
+++ use-system-electron.patch	2018-02-16 13:27:09 UTC (rev 294999)
@@ -4,7 +4,7 @@
      "url": "https://github.com/atom/atom/issues"
    },
    "license": "MIT",
--  "electronVersion": "1.6.15",
+-  "electronVersion": "1.6.16",
    "dependencies": {
      "@atom/nsfw": "^1.0.18",
      "@atom/source-map-support": "^0.3.4",
@@ -119,7 +119,7 @@
 -    "electron-link": "0.1.2",
 -    "electron-mksnapshot": "~1.6",
      "electron-packager": "7.3.0",
-     "electron-winstaller": "2.6.3",
+     "electron-winstaller": "2.6.4",
      "fs-admin": "^0.1.5",
 --- a/src/compile-cache.js
 +++ b/src/compile-cache.js



More information about the arch-commits mailing list