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

Nicola Squartini tensor5 at archlinux.org
Sat Dec 10 18:36:03 UTC 2016


    Date: Saturday, December 10, 2016 @ 18:36:02
  Author: tensor5
Revision: 198765

upgpkg: atom 1.12.7-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/use-system-apm.patch
  atom/trunk/use-system-electron.patch

---------------------------+
 PKGBUILD                  |    8 ++++----
 use-system-apm.patch      |    2 +-
 use-system-electron.patch |    6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-10 18:14:06 UTC (rev 198764)
+++ PKGBUILD	2016-12-10 18:36:02 UTC (rev 198765)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=atom
-pkgver=1.12.6
+pkgver=1.12.7
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -19,13 +19,13 @@
         'symbols-view-use-system-ctags.patch'
         'use-system-apm.patch'
         'use-system-electron.patch')
-sha256sums=('ef94ee343eff2e17a805bcba813d49d6f0b02af37ac0b39a87be1b91a449110e'
+sha256sums=('03d2486e0d8f9216b46d55dff42708d09dbf5027dc96b4906463a8dbcd469c47'
             '73efe3485c9f009b788afdfa688a93a1db15ab0010203c833940406cb852240e'
             'd3ca65c7059352ebb584b1e77c4012af2d099450f8e2e71f77cd6d9d4dd1c09a'
             '5fc7f905dc71ddb0b35f2027c7e13ed875fe53a34490109f5b668eac32dc3580'
             'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
-            '9acef67fb781ac33703f3f4a60e69c4ba03d1a7d58f04308f4bdbaca6bce693e'
-            '9ec4d7fe4ec1cc502ba308be5d63ad1a5fa46d53246db0243b407ba4be892efc')
+            '822e1629ff754af3225bc3c1c9301b4459a67c79e016fd57cc122644d571e24b'
+            '68430695ef866e87d2ae469e0677d3cd5256fe2dba58f750046aa8ec674c67ab')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-apm.patch
===================================================================
--- use-system-apm.patch	2016-12-10 18:14:06 UTC (rev 198764)
+++ use-system-apm.patch	2016-12-10 18:36:02 UTC (rev 198765)
@@ -1,6 +1,6 @@
 --- a/src/package-manager.coffee
 +++ b/src/package-manager.coffee
-@@ -138,12 +138,7 @@
+@@ -140,12 +140,7 @@
      return configPath if configPath
      return @apmPath if @apmPath?
  

Modified: use-system-electron.patch
===================================================================
--- use-system-electron.patch	2016-12-10 18:14:06 UTC (rev 198764)
+++ use-system-electron.patch	2016-12-10 18:36:02 UTC (rev 198765)
@@ -4,10 +4,10 @@
      "url": "https://github.com/atom/atom/issues"
    },
    "license": "MIT",
--  "electronVersion": "1.3.9",
+-  "electronVersion": "1.3.13",
    "dependencies": {
      "async": "0.2.6",
-     "atom-keymap": "7.1.3-8",
+     "atom-keymap": "7.1.3-9",
 --- a/script/build
 +++ b/script/build
 @@ -2,10 +2,6 @@
@@ -91,7 +91,7 @@
      cache.builtins.atom = atomJsPath if fs.isFileSync(atomJsPath)
 --- a/src/package-manager.coffee
 +++ b/src/package-manager.coffee
-@@ -536,7 +536,7 @@
+@@ -544,7 +544,7 @@
  
    isBundledPackagePath: (packagePath) ->
      if @devMode



More information about the arch-commits mailing list