File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
# Contributor: Nicola Squartini <tensor5@gmail.com>
4
4
5
5
pkgname=min
6
- pkgver=1.33.1
6
+ pkgver=1.34.0
7
7
pkgrel=1
8
8
pkgdesc=' A fast, minimal browser that protects your privacy'
9
9
arch=(' any' )
10
10
url=' https://minbrowser.org'
11
11
license=(' Apache-2.0' )
12
- _electron=electron32
12
+ _electron=electron34
13
13
depends=(' bash' " ${_electron} " ' nodejs' )
14
14
makedepends=(' git' ' npm' )
15
- source=(" https://github.com/minbrowser/min/archive/v ${pkgver} / ${pkgname} - ${pkgver} .tar.gz"
15
+ source=(" ${pkgname} - ${pkgver} .tar.gz:: https://github.com/minbrowser/min/archive/refs/tags/v ${pkgver} .tar.gz"
16
16
" ${pkgname} .desktop"
17
17
" ${pkgname} .sh"
18
18
' build.patch' )
19
- sha256sums=(' f4d760323b5531910ea5c1af67e5a1f7f6169e0c0318c9103fd5e579a3ed4d38 '
19
+ sha256sums=(' 7c67820a66db4f88a34f2d79cc502cc68ab1a857aed8166f25799a457156add2 '
20
20
' bca3356dbf5c783b44d5eb0919e0dbb263869f5d89224cc210d50610f67f3c3c'
21
21
' 6dcadaf3e1ae6e619569df9c5500c7786eaebd0f978df14476f92147bc7cd34f'
22
22
' ac7c5ceaf6da8fbeeb2720aa2c11098dcaff4dde1254d022dbf804599020e0d6' )
@@ -25,10 +25,10 @@ prepare() {
25
25
cd " ${pkgname} -${pkgver} "
26
26
patch -Np1 -i " ${srcdir} /build.patch"
27
27
28
- sed " s|@ELECTRON@|${_electron} |" -i " ${srcdir} /${pkgname} .sh"
29
28
sed -e " s|@ELECTRON_DIST@|/usr/lib/${_electron} |" \
30
29
-e " s|@ELECTRON_VERSION@|$( cat /usr/lib/${_electron} /version) |" \
31
30
-i scripts/createPackage.js
31
+ sed " s|@ELECTRON@|${_electron} |" -i " ${srcdir} /${pkgname} .sh"
32
32
33
33
npm install --omit=optional
34
34
}
You can’t perform that action at this time.
0 commit comments