[arch-commits] Commit in min/trunk (PKGBUILD icon.patch)
Nicola Squartini
tensor5 at archlinux.org
Sun Apr 1 03:46:18 UTC 2018
Date: Sunday, April 1, 2018 @ 03:46:17
Author: tensor5
Revision: 313698
upgpkg: min 1.7.1-1
Modified:
min/trunk/PKGBUILD
min/trunk/icon.patch
------------+
PKGBUILD | 6 +++---
icon.patch | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-01 03:01:26 UTC (rev 313697)
+++ PKGBUILD 2018-04-01 03:46:17 UTC (rev 313698)
@@ -2,7 +2,7 @@
# Maintainer: Nicola Squartini <tensor5 at gmail.com>
pkgname=min
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc='A smarter, faster web browser'
arch=('any')
@@ -14,10 +14,10 @@
'min.desktop'
'min.js'
'icon.patch')
-sha256sums=('63d6e636eae7fcc4acf2827c14ebd55670807624cd955ff2b7b900ba67937358'
+sha256sums=('d0922298483069802b24c5a9dcc35d212ab042fafce3f04246719ba680998a40'
'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
- '340459e0c61204ed280d96920bab3304b4005b99355e7434fcc4dddece5d687b')
+ '1721c0c42da67c16264aa059428e6d5823293587f4ed541171e3cf382a0d48ae')
prepare() {
cd ${pkgname}-${pkgver}
Modified: icon.patch
===================================================================
--- icon.patch 2018-04-01 03:01:26 UTC (rev 313697)
+++ icon.patch 2018-04-01 03:46:17 UTC (rev 313698)
@@ -1,9 +1,9 @@
--- a/main/main.js
+++ b/main/main.js
-@@ -82,7 +82,6 @@
+@@ -81,7 +81,6 @@
minWidth: 320,
minHeight: 350,
- titleBarStyle: 'hidden-inset',
+ titleBarStyle: 'hiddenInset',
- icon: __dirname + '/icons/icon256.png',
frame: process.platform !== 'win32'
})
More information about the arch-commits
mailing list