[arch-commits] Commit in atom/trunk (PKGBUILD use-system-electron.patch)
Nicola Squartini
tensor5 at archlinux.org
Wed Aug 12 00:48:29 UTC 2020
Date: Wednesday, August 12, 2020 @ 00:48:28
Author: tensor5
Revision: 675351
upgpkg: atom 1.50.0-1
Modified:
atom/trunk/PKGBUILD
atom/trunk/use-system-electron.patch
---------------------------+
PKGBUILD | 6 +++---
use-system-electron.patch | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-12 00:48:24 UTC (rev 675350)
+++ PKGBUILD 2020-08-12 00:48:28 UTC (rev 675351)
@@ -1,8 +1,8 @@
# Maintainer: Nicola Squartini <tensor5 at gmail.com>
pkgname=atom
-pkgver=1.49.0
-_commit=1d0abfabc682cbb43b589015be0813fe7cfd2182
+pkgver=1.50.0
+_commit=c0e5286c67272cf8e9f0c85cf30665fe089c8b23
pkgrel=1
pkgdesc='A hackable text editor for the 21st Century'
arch=('x86_64')
@@ -37,7 +37,7 @@
'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
- '84b03b2e68d2f86cd963a2e9327698545a8a782895594cf2cc9a74531c5c7875')
+ '86d305b9c6543bdebac8444653ac709714141285d187a2c4def776e6fb597ee7')
prepare() {
cd ${pkgname}
Modified: use-system-electron.patch
===================================================================
--- use-system-electron.patch 2020-08-12 00:48:24 UTC (rev 675350)
+++ use-system-electron.patch 2020-08-12 00:48:28 UTC (rev 675351)
@@ -140,7 +140,7 @@
};
--- a/script/package.json
+++ b/script/package.json
-@@ -10,9 +10,7 @@
+@@ -12,9 +12,7 @@
"coffeelint": "1.15.7",
"colors": "1.1.2",
"donna": "1.0.16",
@@ -148,8 +148,8 @@
"electron-link": "0.4.1",
- "electron-mksnapshot": "^9.0.2",
"electron-packager": "12.2.0",
- "@atom/electron-winstaller": "0.0.1",
"eslint": "^5.16.0",
+ "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) {
More information about the arch-commits
mailing list