[arch-commits] Commit in atom/trunk (4 files)
Nicola Squartini
tensor5 at gemini.archlinux.org
Wed Jul 28 02:35:05 UTC 2021
Date: Wednesday, July 28, 2021 @ 02:35:04
Author: tensor5
Revision: 988121
upgpkg: atom 1.58.0-1
Modified:
atom/trunk/PKGBUILD
atom/trunk/fix-license-path.patch
atom/trunk/fix-restart.patch
atom/trunk/use-system-electron.patch
---------------------------+
PKGBUILD | 10 +++++-----
fix-license-path.patch | 2 +-
fix-restart.patch | 2 +-
use-system-electron.patch | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-28 01:00:42 UTC (rev 988120)
+++ PKGBUILD 2021-07-28 02:35:04 UTC (rev 988121)
@@ -1,8 +1,8 @@
# Maintainer: Nicola Squartini <tensor5 at gmail.com>
pkgname=atom
-pkgver=1.57.0
-_commit=aec544719fc0645be7e13b0388d2b072b22dda95
+pkgver=1.58.0
+_commit=550c1dae66f97bd3fc31c59e6d8ba5f1299ccaf7
pkgrel=1
pkgdesc='A hackable text editor for the 21st Century'
arch=('x86_64')
@@ -30,14 +30,14 @@
'a4f198ae1040637ce72c163585662d94e0d59b593f69d919d0acd7044c316cac'
'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
- '81041c2902c42db7883f6aa09708459d4f3c6da81485e9aed16b558b3f08da4e'
- '588c1e1ddfbe4e6433c804496ea87e84a3db7f15855ae1fd1936f5b42ebe38b1'
+ '954a82abeb0d144891449e3db2126ee3007bea63737146a2239997c932520cbc'
+ '5f9946b33024b429b3951629b0e3fd6deeb88895b3467a7e8e0c504b0accd9c5'
'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
'c93cc88dd704388d4b26a0de0a5938df7ff90cedf8eed0b3b8a675f9cc7d487c'
'08ae0c93b5ec7eb7d90c65d5d2adbaca538482fba902ed1f8414024db0d21854'
- '283cf31a4d13b9c4f383bc19906bbdd6db6cd2888557d244d8f58d9a66f2c4e0')
+ 'fbd64067aa513f9b51fd33501a8310f976c18049866e636f19542c493246fd19')
prepare() {
cd ${pkgname}
Modified: fix-license-path.patch
===================================================================
--- fix-license-path.patch 2021-07-28 01:00:42 UTC (rev 988120)
+++ fix-license-path.patch 2021-07-28 02:35:04 UTC (rev 988121)
@@ -1,6 +1,6 @@
--- a/src/main-process/atom-application.js
+++ b/src/main-process/atom-application.js
-@@ -691,7 +691,7 @@
+@@ -697,7 +697,7 @@
);
this.openPathOnEvent(
'application:open-license',
Modified: fix-restart.patch
===================================================================
--- fix-restart.patch 2021-07-28 01:00:42 UTC (rev 988120)
+++ fix-restart.patch 2021-07-28 02:35:04 UTC (rev 988121)
@@ -1,6 +1,6 @@
--- a/src/main-process/atom-application.js
+++ b/src/main-process/atom-application.js
-@@ -2038,7 +2038,7 @@
+@@ -2044,7 +2044,7 @@
}
restart() {
Modified: use-system-electron.patch
===================================================================
--- use-system-electron.patch 2021-07-28 01:00:42 UTC (rev 988120)
+++ use-system-electron.patch 2021-07-28 02:35:04 UTC (rev 988121)
@@ -152,7 +152,7 @@
"eslint-config-prettier": "^4.2.0",
--- a/src/compile-cache.js
+++ b/src/compile-cache.js
-@@ -138,7 +138,7 @@ exports.install = function(resourcesPath, nodeRequire) {
+@@ -135,7 +135,7 @@ exports.install = function(resourcesPath, nodeRequire) {
return {
column,
line: row,
More information about the arch-commits
mailing list