Force use electron4
This commit is contained in:
parent
271f7c6bbb
commit
e7048d086d
6
.SRCINFO
6
.SRCINFO
@ -1,18 +1,18 @@
|
|||||||
pkgbase = authy
|
pkgbase = authy
|
||||||
pkgdesc = Two-Factor Authentication from your PC. Converted from Windows electron version
|
pkgdesc = Two-Factor Authentication from your PC. Converted from Windows electron version
|
||||||
pkgver = 1.7.0
|
pkgver = 1.7.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://authy.com/
|
url = https://authy.com/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = ISC
|
license = ISC
|
||||||
makedepends = npm
|
makedepends = npm
|
||||||
makedepends = p7zip
|
makedepends = p7zip
|
||||||
makedepends = asar
|
makedepends = asar
|
||||||
depends = electron
|
depends = electron4
|
||||||
source = https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.7.0/win32/x64/Authy%20Desktop%20Setup%201.7.0.exe
|
source = https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.7.0/win32/x64/Authy%20Desktop%20Setup%201.7.0.exe
|
||||||
source = authy.desktop
|
source = authy.desktop
|
||||||
md5sums = bd2182d0ae4c957efe5f2d244d4dfdb5
|
md5sums = bd2182d0ae4c957efe5f2d244d4dfdb5
|
||||||
md5sums = dbe1a299080ecbd2c9727b9f951502db
|
md5sums = 4458c142b18a779ac51496138a3782d5
|
||||||
|
|
||||||
pkgname = authy
|
pkgname = authy
|
||||||
|
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -1,17 +1,17 @@
|
|||||||
# Maintainer: Timmy Yao <timmy.yao+aur@gmail.com>
|
# Maintainer: Timmy Yao <timmy.yao+aur@gmail.com>
|
||||||
pkgname=authy
|
pkgname=authy
|
||||||
pkgver=1.7.0
|
pkgver=1.7.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Two-Factor Authentication from your PC. Converted from Windows electron version"
|
pkgdesc="Two-Factor Authentication from your PC. Converted from Windows electron version"
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
url="https://authy.com/"
|
url="https://authy.com/"
|
||||||
license=('ISC')
|
license=('ISC')
|
||||||
depends=('electron')
|
depends=('electron4')
|
||||||
makedepends=('npm' 'p7zip' 'asar')
|
makedepends=('npm' 'p7zip' 'asar')
|
||||||
source=("https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/${pkgver}/win32/x64/Authy%20Desktop%20Setup%20${pkgver}.exe"
|
source=("https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/${pkgver}/win32/x64/Authy%20Desktop%20Setup%20${pkgver}.exe"
|
||||||
"authy.desktop")
|
"authy.desktop")
|
||||||
md5sums=('bd2182d0ae4c957efe5f2d244d4dfdb5'
|
md5sums=('bd2182d0ae4c957efe5f2d244d4dfdb5'
|
||||||
'dbe1a299080ecbd2c9727b9f951502db')
|
'4458c142b18a779ac51496138a3782d5')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Version=1.7.0
|
Version=1.7.0
|
||||||
Type=Application
|
Type=Application
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Exec=/usr/bin/electron --app /usr/lib/authy/app.asar
|
Exec=/usr/bin/electron4 --app /usr/lib/authy/app.asar
|
||||||
Name=Authy
|
Name=Authy
|
||||||
Comment=Two-Factor Authentication
|
Comment=Two-Factor Authentication
|
||||||
Icon=/usr/lib/authy/icon128.png
|
Icon=/usr/lib/authy/icon128.png
|
||||||
|
Loading…
Reference in New Issue
Block a user