Date: Thursday, June 18, 2020 @ 08:32:08 Author: tensor5 Revision: 646833
upgpkg: min 1.15.0-1 Modified: min/trunk/PKGBUILD min/trunk/icon.patch ------------+ PKGBUILD | 6 +++--- icon.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-18 08:26:47 UTC (rev 646832) +++ PKGBUILD 2020-06-18 08:32:08 UTC (rev 646833) @@ -1,8 +1,8 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=min -pkgver=1.14.1 -_commit=be3433fde50221ce4b94c2d2efb4001f4305cc78 +pkgver=1.15.0 +_commit=ec0eadadb520ad716004ec5890372d97dfcdac83 pkgrel=1 pkgdesc='A smarter, faster web browser' arch=('any') @@ -17,7 +17,7 @@ sha256sums=('SKIP' 'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f' 'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258' - '272a818e637de8d3f2a40844fd6dac8dcc8cb5d5027f6b38789f5d7f6b9d4a10') + '4789ab99ae6b97e2530a909f95b8c24908e3b62a5e0782b92d074ffed1c730ac') prepare() { cd ${pkgname} Modified: icon.patch =================================================================== --- icon.patch 2020-06-18 08:26:47 UTC (rev 646832) +++ icon.patch 2020-06-18 08:32:08 UTC (rev 646833) @@ -1,6 +1,6 @@ --- a/main/main.js +++ b/main/main.js -@@ -161,7 +161,7 @@ +@@ -167,7 +167,7 @@ minWidth: (process.platform === 'win32' ? 400 : 320), // controls take up more horizontal space on Windows minHeight: 350, titleBarStyle: 'hiddenInset',
