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

Nicola Squartini tensor5 at gemini.archlinux.org
Wed Oct 27 07:49:44 UTC 2021


    Date: Wednesday, October 27, 2021 @ 07:49:43
  Author: tensor5
Revision: 1034688

upgpkg: min 1.22.0-1

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

------------+
 PKGBUILD   |   12 ++++++------
 icon.patch |    2 +-
 min.js     |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-27 07:33:53 UTC (rev 1034687)
+++ PKGBUILD	2021-10-27 07:49:43 UTC (rev 1034688)
@@ -1,14 +1,14 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=min
-pkgver=1.21.0
-_commit=9016402b986fb8c63c0136cdefbbed56eabbc833
-pkgrel=2
+pkgver=1.22.0
+_commit=34e7caf6a2cd2962f33d9a3cfdad98c60ebb07e0
+pkgrel=1
 pkgdesc='A fast, minimal browser that protects your privacy'
 arch=('x86_64')
 url='https://minbrowser.org/'
 license=('Apache')
-depends=('electron14' 'libsecret')
+depends=('electron15' 'libsecret')
 makedepends=('git' 'npm')
 options=(!emptydirs)
 source=("git+https://github.com/minbrowser/min.git#commit=${_commit}"
@@ -17,8 +17,8 @@
         'icon.patch')
 sha256sums=('SKIP'
             'a069caac07638ca2bafde5f96a4db646ec7484741ff9b44788c2e159b5142650'
-            '4d62c003422cf60e075d28d2938fb2cc336033347c5d1df4dd8e363d31cbb51a'
-            '2067c03bd0a781d8a16000c5a0351b2315ce439531e8300265f9c95576d599c4')
+            '9e3aa1c32351da818f575eddc699818f900511e4218a4e8a83a6b53220812b84'
+            'ac24fe55be98edf115602533b8e892ebc5c0841a4edb412ef4ed29a07d9d89dd')
 
 prepare() {
     cd ${pkgname}

Modified: icon.patch
===================================================================
--- icon.patch	2021-10-27 07:33:53 UTC (rev 1034687)
+++ icon.patch	2021-10-27 07:49:43 UTC (rev 1034688)
@@ -1,6 +1,6 @@
 --- a/main/main.js
 +++ b/main/main.js
-@@ -180,7 +180,7 @@
+@@ -181,7 +181,7 @@
      minHeight: 350,
      titleBarStyle: settings.get('useSeparateTitlebar') ? 'default' : 'hidden',
      trafficLightPosition: { x: 12, y: 10 },

Modified: min.js
===================================================================
--- min.js	2021-10-27 07:33:53 UTC (rev 1034687)
+++ min.js	2021-10-27 07:49:43 UTC (rev 1034688)
@@ -1,4 +1,4 @@
-#!/usr/bin/electron14
+#!/usr/bin/electron15
 
 const name = 'min';
 



More information about the arch-commits mailing list