[arch-commits] Commit in electron/trunk (PKGBUILD gtk3-warnings.patch)
Nicola Squartini
tensor5 at archlinux.org
Wed Jan 11 12:01:58 UTC 2017
Date: Wednesday, January 11, 2017 @ 12:01:57
Author: tensor5
Revision: 206820
upgpkg: electron 1.4.14-1
Modified:
electron/trunk/PKGBUILD
electron/trunk/gtk3-warnings.patch
---------------------+
PKGBUILD | 4 ++--
gtk3-warnings.patch | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-11 11:30:51 UTC (rev 206819)
+++ PKGBUILD 2017-01-11 12:01:57 UTC (rev 206820)
@@ -3,7 +3,7 @@
_chromiumver=53.0.2785.143
pkgname=electron
-pkgver=1.4.13
+pkgver=1.4.14
pkgrel=1
pkgdesc='Build cross platform desktop apps with web technologies'
arch=('i686' 'x86_64')
@@ -75,7 +75,7 @@
'182a2eeb784630e6aa3378a54c5709629658eac8e146764008cb2f2214cd5427'
'c209475c16b506d8d888a54c8564718cf9775f450d1867e19e86a03d99a119be'
'3f9bc0e3ee316f172b390584287fb93778ad8923f99f8e80ead8cfd5fa23127a'
- '00506737d1005f76caa8d5505acd4c1d19b42ca62e9f07a26664659447413694'
+ 'f7c61f61cfbb9b1605f4d43d8d1166c1bcc4a292b8445ee6cf1f816a0cd90f78'
'ce78850a2d2fe343febee597f0fce361ff99be63f6f720fa844d64efc7abb84e'
'17cffe3de8c8470f10b78485b1702c4516ba5b0c91689a6afab9dd86f7ab04bc'
'dc3286a1947240ab6ec562263af0b3c9971da2a4ab45970e3e664563e877280f'
Modified: gtk3-warnings.patch
===================================================================
--- gtk3-warnings.patch 2017-01-11 11:30:51 UTC (rev 206819)
+++ gtk3-warnings.patch 2017-01-11 12:01:57 UTC (rev 206820)
@@ -45,7 +45,7 @@
#include "atom/browser/ui/message_box.h"
#include "atom/browser/browser.h"
-@@ -107,13 +109,13 @@ class GtkMessageBox {
+@@ -111,13 +113,13 @@ class GtkMessageBox {
const char* TranslateToStock(int id, const std::string& text) {
std::string lower = base::ToLowerASCII(text);
if (lower == "cancel")
More information about the arch-commits
mailing list