Date: Wednesday, July 15, 2020 @ 02:13:33 Author: tensor5 Revision: 663826
upgpkg: atom 1.49.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 | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-15 00:29:42 UTC (rev 663825) +++ PKGBUILD 2020-07-15 02:13:33 UTC (rev 663826) @@ -1,8 +1,8 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=atom -pkgver=1.48.0 -_commit=5df9cd3d774352321ffeb65570de77906792f8bc +pkgver=1.49.0 +_commit=1d0abfabc682cbb43b589015be0813fe7cfd2182 pkgrel=1 pkgdesc='A hackable text editor for the 21st Century' arch=('x86_64') @@ -30,14 +30,14 @@ '6218ecf9a767e80f70a4b07abaefcf63a3d615200ff27b2dbc7bb36eacd8e87f' '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153' 'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d' - '2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1' - 'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076' + '74cd1d023ae1d1c9835006ea14cdd315649df2d5eb7996de664a45e720742daf' + '63ad62bef0be1029d5d10a4c76eeb6bafda4328288230e9393cd48659ec7cf2c' 'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8' '40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437' 'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b' '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8' '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4' - 'a01a3237b3967b070e41a6bf3a4c664fbf6125559ffd3f84e43c81d77fa25b45') + '84b03b2e68d2f86cd963a2e9327698545a8a782895594cf2cc9a74531c5c7875') prepare() { cd ${pkgname} Modified: fix-license-path.patch =================================================================== --- fix-license-path.patch 2020-07-15 00:29:42 UTC (rev 663825) +++ fix-license-path.patch 2020-07-15 02:13:33 UTC (rev 663826) @@ -1,6 +1,6 @@ --- a/src/main-process/atom-application.js +++ b/src/main-process/atom-application.js -@@ -716,7 +716,7 @@ +@@ -711,7 +711,7 @@ ); this.openPathOnEvent( 'application:open-license', Modified: fix-restart.patch =================================================================== --- fix-restart.patch 2020-07-15 00:29:42 UTC (rev 663825) +++ fix-restart.patch 2020-07-15 02:13:33 UTC (rev 663826) @@ -1,6 +1,6 @@ --- a/src/main-process/atom-application.js +++ b/src/main-process/atom-application.js -@@ -2047,7 +2047,7 @@ +@@ -2042,7 +2042,7 @@ } restart() { Modified: use-system-electron.patch =================================================================== --- use-system-electron.patch 2020-07-15 00:29:42 UTC (rev 663825) +++ use-system-electron.patch 2020-07-15 02:13:33 UTC (rev 663826) @@ -144,9 +144,9 @@ "coffeelint": "1.15.7", "colors": "1.1.2", "donna": "1.0.16", -- "electron-chromedriver": "^5.0.0", +- "electron-chromedriver": "^9.0.0", "electron-link": "0.4.1", -- "electron-mksnapshot": "^5.0.0", +- "electron-mksnapshot": "^9.0.2", "electron-packager": "12.2.0", "@atom/electron-winstaller": "0.0.1", "eslint": "^5.16.0",
