[arch-commits] Commit in min/trunk (PKGBUILD icon.patch)

Nicola Squartini tensor5 at archlinux.org
Mon Nov 11 03:12:21 UTC 2019


    Date: Monday, November 11, 2019 @ 03:12:20
  Author: tensor5
Revision: 526607

upgpkg: min 1.11.2-1

Modified:
  min/trunk/PKGBUILD
  min/trunk/icon.patch

------------+
 PKGBUILD   |    6 +++---
 icon.patch |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-11 02:46:19 UTC (rev 526606)
+++ PKGBUILD	2019-11-11 03:12:20 UTC (rev 526607)
@@ -1,7 +1,7 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=min
-pkgver=1.11.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc='A smarter, faster web browser'
 arch=('any')
@@ -13,10 +13,10 @@
         'min.desktop'
         'min.js'
         'icon.patch')
-sha256sums=('55e2c3d4e93dfc956f0ebc49a848aa7edf645f3e5977641200b2c7bb57d0f71d'
+sha256sums=('3cff58361a2d1086c1bd49efb6fcbb038e7988ed1e401d8fd6128ead3d584a63'
             'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
             'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-            '61ad7892274b96cdab9e7019fea9cc6092c345734dc607a3219a78120ca906d8')
+            '3c44522a80e75d4822b4413be4a2914594ebf38a46961abc2a5ff3584b394385')
 
 prepare() {
     cd ${pkgname}-${pkgver}

Modified: icon.patch
===================================================================
--- icon.patch	2019-11-11 02:46:19 UTC (rev 526606)
+++ icon.patch	2019-11-11 03:12:20 UTC (rev 526607)
@@ -1,7 +1,7 @@
 --- a/main/main.js
 +++ b/main/main.js
-@@ -115,7 +115,7 @@
-     minWidth: 320,
+@@ -126,7 +126,7 @@
+     minWidth: (process.platform === 'win32' ? 400 : 320), // controls take up more horizontal space on Windows
      minHeight: 350,
      titleBarStyle: 'hiddenInset',
 -    icon: __dirname + '/icons/icon256.png',



More information about the arch-commits mailing list