Skip to content

Commit fbaf5ad

Browse files
committed
1 parent 7e98d61 commit fbaf5ad

4 files changed

+8
-8
lines changed

atom/PKGBUILD

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Maintainer: Nicola Squartini <[email protected]>
22

33
pkgname=atom
4-
pkgver=1.57.0
5-
_commit=aec544719fc0645be7e13b0388d2b072b22dda95
4+
pkgver=1.58.0
5+
_commit=550c1dae66f97bd3fc31c59e6d8ba5f1299ccaf7
66
pkgrel=1
77
pkgdesc='A hackable text editor for the 21st Century'
88
arch=('x86_64')
@@ -30,14 +30,14 @@ sha256sums=('SKIP'
3030
'a4f198ae1040637ce72c163585662d94e0d59b593f69d919d0acd7044c316cac'
3131
'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
3232
'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
33-
'81041c2902c42db7883f6aa09708459d4f3c6da81485e9aed16b558b3f08da4e'
34-
'588c1e1ddfbe4e6433c804496ea87e84a3db7f15855ae1fd1936f5b42ebe38b1'
33+
'954a82abeb0d144891449e3db2126ee3007bea63737146a2239997c932520cbc'
34+
'5f9946b33024b429b3951629b0e3fd6deeb88895b3467a7e8e0c504b0accd9c5'
3535
'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
3636
'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
3737
'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
3838
'c93cc88dd704388d4b26a0de0a5938df7ff90cedf8eed0b3b8a675f9cc7d487c'
3939
'08ae0c93b5ec7eb7d90c65d5d2adbaca538482fba902ed1f8414024db0d21854'
40-
'283cf31a4d13b9c4f383bc19906bbdd6db6cd2888557d244d8f58d9a66f2c4e0')
40+
'fbd64067aa513f9b51fd33501a8310f976c18049866e636f19542c493246fd19')
4141

4242
prepare() {
4343
cd ${pkgname}

atom/fix-license-path.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/src/main-process/atom-application.js
22
+++ b/src/main-process/atom-application.js
3-
@@ -691,7 +691,7 @@
3+
@@ -697,7 +697,7 @@
44
);
55
this.openPathOnEvent(
66
'application:open-license',

atom/fix-restart.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/src/main-process/atom-application.js
22
+++ b/src/main-process/atom-application.js
3-
@@ -2038,7 +2038,7 @@
3+
@@ -2044,7 +2044,7 @@
44
}
55

66
restart() {

atom/use-system-electron.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"eslint-config-prettier": "^4.2.0",
153153
--- a/src/compile-cache.js
154154
+++ b/src/compile-cache.js
155-
@@ -138,7 +138,7 @@ exports.install = function(resourcesPath, nodeRequire) {
155+
@@ -135,7 +135,7 @@ exports.install = function(resourcesPath, nodeRequire) {
156156
return {
157157
column,
158158
line: row,

0 commit comments

Comments
 (0)