Date: Saturday, November 21, 2020 @ 10:33:07 Author: tensor5 Revision: 758462
upgpkg: min 1.17.1-1 Modified: min/trunk/PKGBUILD min/trunk/icon.patch min/trunk/min.desktop min/trunk/min.js -------------+ PKGBUILD | 14 +++++++------- icon.patch | 2 +- min.desktop | 2 +- min.js | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-21 10:32:57 UTC (rev 758461) +++ PKGBUILD 2020-11-21 10:33:07 UTC (rev 758462) @@ -1,14 +1,14 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=min -pkgver=1.16.1 -_commit=e517e21c9d830dda0045d9961ea5b68d638b71f8 +pkgver=1.17.1 +_commit=dcd0edc092dec4bb1b3bac688573444e53031abc pkgrel=1 -pkgdesc='A smarter, faster web browser' +pkgdesc='A fast, minimal browser that protects your privacy' arch=('x86_64') url='https://minbrowser.github.io/min' license=('Apache') -depends=('electron9' 'libsecret') +depends=('electron' 'libsecret') makedepends=('git' 'npm') options=(!emptydirs) source=("git+https://github.com/minbrowser/min.git#commit=${_commit}" @@ -16,9 +16,9 @@ 'min.js' 'icon.patch') sha256sums=('SKIP' - 'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f' - '75b2b763b69d61681fe083418fdc5ff49f8df727bfa90a1447aeda8c799c3188' - 'fb5a96cc98766a3ec2c1458f1a647122a71172a516e014adcb455144f8f51e8b') + '334381dc9d7a22ace049482bf31bcb24d02813b72c49330374f5e02cec8b5ed4' + 'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258' + '37afa2d5bb7dfc0b68808f4d7875f33b55b14a2cb3208610b29a9612d0fe0533') prepare() { cd ${pkgname} Modified: icon.patch =================================================================== --- icon.patch 2020-11-21 10:32:57 UTC (rev 758461) +++ icon.patch 2020-11-21 10:33:07 UTC (rev 758462) @@ -1,6 +1,6 @@ --- a/main/main.js +++ b/main/main.js -@@ -163,7 +163,7 @@ +@@ -169,7 +169,7 @@ minHeight: 350, titleBarStyle: 'hidden', trafficLightPosition: { x: 12, y: 19 }, Modified: min.desktop =================================================================== --- min.desktop 2020-11-21 10:32:57 UTC (rev 758461) +++ min.desktop 2020-11-21 10:33:07 UTC (rev 758462) @@ -2,7 +2,7 @@ Type=Application Name=Min GenericName=Web Browser -Comment=A smarter, faster web browser +Comment=A fast, minimal browser that protects your privacy Icon=min Exec=min Categories=GTK;Network;WebBrowser; Modified: min.js =================================================================== --- min.js 2020-11-21 10:32:57 UTC (rev 758461) +++ min.js 2020-11-21 10:33:07 UTC (rev 758462) @@ -1,4 +1,4 @@ -#!/usr/bin/electron9 +#!/usr/bin/electron const name = 'min'; @@ -11,7 +11,7 @@ fs.writeSync(fd, name); fs.closeSync(fd); -// Remove first command line argument (/usr/bin/electron9). +// Remove first command line argument (/usr/bin/electron). process.argv.splice(0, 1); // Set application paths.
