Date: Wednesday, January 11, 2017 @ 13:02:03 Author: tensor5 Revision: 206822
upgpkg: atom 1.13.0-1 Modified: atom/trunk/PKGBUILD atom/trunk/fix-ime-events-handler.patch atom/trunk/fix-license-path.patch ------------------------------+ PKGBUILD | 8 ++++---- fix-ime-events-handler.patch | 2 +- fix-license-path.patch | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-11 12:03:25 UTC (rev 206821) +++ PKGBUILD 2017-01-11 13:02:03 UTC (rev 206822) @@ -2,7 +2,7 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=atom -pkgver=1.12.9 +pkgver=1.13.0 pkgrel=1 pkgdesc='A hackable text editor for the 21st Century' arch=('i686' 'x86_64') @@ -19,10 +19,10 @@ 'symbols-view-use-system-ctags.patch' 'use-system-apm.patch' 'use-system-electron.patch') -sha256sums=('2616bab176f8be6ba1ca7997c84e62490b0e093d2d03982b9934cfeedb590e8f' +sha256sums=('36a9598becc873fa005978476e2b801f80433e1999a40c5f256ee34030d442d4' '73efe3485c9f009b788afdfa688a93a1db15ab0010203c833940406cb852240e' - 'd3ca65c7059352ebb584b1e77c4012af2d099450f8e2e71f77cd6d9d4dd1c09a' - '5fc7f905dc71ddb0b35f2027c7e13ed875fe53a34490109f5b668eac32dc3580' + 'ab638bb8ef2b27f24433738299b9714a53ebabdecf7b01e8d9df6a9ecee77ec2' + '7f56269c3b0679dc6ec118e27348e238ce492d4c766cb3813708c981a0692fa1' 'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41' '822e1629ff754af3225bc3c1c9301b4459a67c79e016fd57cc122644d571e24b' '68430695ef866e87d2ae469e0677d3cd5256fe2dba58f750046aa8ec674c67ab') Modified: fix-ime-events-handler.patch =================================================================== --- fix-ime-events-handler.patch 2017-01-11 12:03:25 UTC (rev 206821) +++ fix-ime-events-handler.patch 2017-01-11 13:02:03 UTC (rev 206822) @@ -8,7 +8,7 @@ destroy: -> @mounted = false -@@ -304,19 +305,20 @@ class TextEditorComponent +@@ -305,19 +306,20 @@ class TextEditorComponent # User escape to cancel # 4. compositionend fired # OR User chooses a completion Modified: fix-license-path.patch =================================================================== --- fix-license-path.patch 2017-01-11 12:03:25 UTC (rev 206821) +++ fix-license-path.patch 2017-01-11 13:02:03 UTC (rev 206822) @@ -1,6 +1,6 @@ --- a/src/main-process/atom-application.coffee +++ b/src/main-process/atom-application.coffee -@@ -226,7 +226,7 @@ +@@ -246,7 +246,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')
