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

Nicola Squartini tensor5 at gemini.archlinux.org
Tue Sep 28 02:19:24 UTC 2021


    Date: Tuesday, September 28, 2021 @ 02:19:23
  Author: tensor5
Revision: 1025841

upgpkg: min 1.21.0-2

Depend on electron14.

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

----------+
 PKGBUILD |    6 +++---
 min.js   |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-28 02:00:21 UTC (rev 1025840)
+++ PKGBUILD	2021-09-28 02:19:23 UTC (rev 1025841)
@@ -3,12 +3,12 @@
 pkgname=min
 pkgver=1.21.0
 _commit=9016402b986fb8c63c0136cdefbbed56eabbc833
-pkgrel=1
+pkgrel=2
 pkgdesc='A fast, minimal browser that protects your privacy'
 arch=('x86_64')
 url='https://minbrowser.org/'
 license=('Apache')
-depends=('electron' 'libsecret')
+depends=('electron14' 'libsecret')
 makedepends=('git' 'npm')
 options=(!emptydirs)
 source=("git+https://github.com/minbrowser/min.git#commit=${_commit}"
@@ -17,7 +17,7 @@
         'icon.patch')
 sha256sums=('SKIP'
             'a069caac07638ca2bafde5f96a4db646ec7484741ff9b44788c2e159b5142650'
-            'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+            '4d62c003422cf60e075d28d2938fb2cc336033347c5d1df4dd8e363d31cbb51a'
             '2067c03bd0a781d8a16000c5a0351b2315ce439531e8300265f9c95576d599c4')
 
 prepare() {

Modified: min.js
===================================================================
--- min.js	2021-09-28 02:00:21 UTC (rev 1025840)
+++ min.js	2021-09-28 02:19:23 UTC (rev 1025841)
@@ -1,4 +1,4 @@
-#!/usr/bin/electron
+#!/usr/bin/electron14
 
 const name = 'min';
 



More information about the arch-commits mailing list