[arch-commits] Commit in atom/trunk (PKGBUILD fix-fuzzy-native-path.patch)

Nicola Squartini tensor5 at archlinux.org
Mon May 27 03:43:57 UTC 2019


    Date: Monday, May 27, 2019 @ 03:43:57
  Author: tensor5
Revision: 470873

upgpkg: atom 1.37.0-3

Fix fuzzy-native path (fix FS#62639).

Added:
  atom/trunk/fix-fuzzy-native-path.patch
Modified:
  atom/trunk/PKGBUILD

-----------------------------+
 PKGBUILD                    |    5 ++++-
 fix-fuzzy-native-path.patch |   20 ++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-27 03:43:24 UTC (rev 470872)
+++ PKGBUILD	2019-05-27 03:43:57 UTC (rev 470873)
@@ -2,7 +2,7 @@
 
 pkgname=atom
 pkgver=1.37.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -19,6 +19,7 @@
         'dugite-use-system-git.patch'
         'electron-3.patch'
         'fix-atom-sh.patch'
+        'fix-fuzzy-native-path.patch'
         'fix-license-path.patch'
         'fix-restart.patch'
         'node-env-production.patch'
@@ -32,6 +33,7 @@
             '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
             '75a672adc0237ea8c93ff67d8296eb73b87792b7b58cdaef7bf596fb6edd073f'
             '3ce4f665a1e3484bb408a665500a8f99d8afb5e3cd9d70374c5f9f4a37176e42'
+            'c8257e5330047348f81412067af8ff745ba9477a1189a095f7c633632c2875d6'
             'a83101948752153d0f357798b9651a5262232ec3dce5f4eb5cc136a5e0b6f929'
             '2219fed30a0aca7dbed3b5f4781be23aecf965c42e5fcec0b34c9611bad11ae0'
             '9073d3947f11e21788f0931021e4f41d01e3651cc99f2b3320626f478e26c491'
@@ -45,6 +47,7 @@
 
   patch -Np1 -i "${srcdir}"/buffer.patch
   patch -Np1 -i "${srcdir}"/fix-atom-sh.patch
+  patch -Np1 -i "${srcdir}"/fix-fuzzy-native-path.patch
   patch -Np1 -i "${srcdir}"/use-system-electron.patch
   patch -Np1 -i "${srcdir}"/use-system-apm.patch
   patch -Np1 -i "${srcdir}"/fix-license-path.patch

Added: fix-fuzzy-native-path.patch
===================================================================
--- fix-fuzzy-native-path.patch	                        (rev 0)
+++ fix-fuzzy-native-path.patch	2019-05-27 03:43:57 UTC (rev 470873)
@@ -0,0 +1,20 @@
+--- a/package.json
++++ b/package.json
+@@ -63,7 +63,7 @@
+     "fs-plus": "^3.0.1",
+     "fstream": "0.1.24",
+     "fuzzaldrin": "^2.1",
+-    "fuzzy-finder": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.1/tarball",
++    "fuzzy-finder": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.4/tarball",
+     "git-diff": "file:packages/git-diff",
+     "git-utils": "5.5.0",
+     "github": "https://www.atom.io/api/packages/github/versions/0.28.1/tarball",
+@@ -202,7 +202,7 @@
+     "encoding-selector": "0.23.9",
+     "exception-reporting": "file:./packages/exception-reporting",
+     "find-and-replace": "0.218.9",
+-    "fuzzy-finder": "1.13.1",
++    "fuzzy-finder": "1.13.4",
+     "github": "0.28.1",
+     "git-diff": "file:./packages/git-diff",
+     "go-to-line": "file:./packages/go-to-line",



More information about the arch-commits mailing list