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

Nicola Squartini tensor5 at archlinux.org
Fri Apr 27 09:09:48 UTC 2018


    Date: Friday, April 27, 2018 @ 09:09:47
  Author: tensor5
Revision: 318278

upgpkg: atom 1.26.1-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/fix-license-path.patch
  atom/trunk/fix-restart.patch

------------------------+
 PKGBUILD               |    8 ++++----
 fix-license-path.patch |    2 +-
 fix-restart.patch      |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-27 08:48:04 UTC (rev 318277)
+++ PKGBUILD	2018-04-27 09:09:47 UTC (rev 318278)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=atom
-pkgver=1.26.0
+pkgver=1.26.1
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -24,13 +24,13 @@
         'symbols-view-use-system-ctags.patch'
         'use-system-apm.patch'
         'use-system-electron.patch')
-sha256sums=('1743713a64b8a6b202e2339469bf6a65d9594dd0efa26c286825b0da9696a822'
+sha256sums=('d5c2fab3f671b4162992d0baffb2393bc58e6b361aa37214dcc5c9be1e03c65f'
             'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
             'bbc07c111fe808b49b62198e17e8da5d3192faf281d5d84ac7cd493ed92bb2ba'
             'd8d77adebd7bd4eaf024988c68c30dc6b968044f7a6381227d13b6d77fa2b442'
-            '813bd9a813128f7b2b8ee30dd4f759da42a8c266ea72d07913813a204a4c01da'
+            'b8377e0132693d5130ccc42d15dce57cef9ad9f3f97aabe421f547977030cbc4'
             'eb771d7c009be8d48c1387ed63f3e575dc12f3bd69455b4be4b78ab57cb49b86'
-            '0cda894a3ade56e4a1254b646ad4d2383af8f6d675fc81e6bfa2be9d358e519f'
+            'a3b2cb62521600dde5964076d5b0228abd593cdb1f25cd491748b34f99e27107'
             '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
             '4b91a1acd112838bd001f4e3c555de2a5fc7446c9eab6bc5dae0ca640306e81b'
             '7719b9c21fa5dad2b4e02ca05592561de8e2046283f421f2dbc9baaa7016d843')

Modified: fix-license-path.patch
===================================================================
--- fix-license-path.patch	2018-04-27 08:48:04 UTC (rev 318277)
+++ fix-license-path.patch	2018-04-27 09:09:47 UTC (rev 318278)
@@ -1,6 +1,6 @@
 --- a/src/main-process/atom-application.js
 +++ b/src/main-process/atom-application.js
-@@ -414,7 +414,7 @@
+@@ -412,7 +412,7 @@
      this.openPathOnEvent('application:open-your-keymap', 'atom://.atom/keymap')
      this.openPathOnEvent('application:open-your-snippets', 'atom://.atom/snippets')
      this.openPathOnEvent('application:open-your-stylesheet', 'atom://.atom/stylesheet')

Modified: fix-restart.patch
===================================================================
--- fix-restart.patch	2018-04-27 08:48:04 UTC (rev 318277)
+++ fix-restart.patch	2018-04-27 09:09:47 UTC (rev 318278)
@@ -1,6 +1,6 @@
 --- a/src/main-process/atom-application.js
 +++ b/src/main-process/atom-application.js
-@@ -1343,7 +1343,7 @@
+@@ -1345,7 +1345,7 @@
    }
  
    restart () {



More information about the arch-commits mailing list