Bump version and use latest electron
Authy 2.2.1 seems to work with currently latest electron18
This commit is contained in:
parent
36b68f8fb6
commit
e463187930
10
.SRCINFO
10
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = authy-desktop-win32-bin
|
||||
pkgdesc = Two-Factor Authentication from your PC. Converted from Windows electron version
|
||||
pkgver = 2.2.0
|
||||
pkgver = 2.2.1
|
||||
pkgrel = 1
|
||||
url = https://authy.com/
|
||||
arch = x86_64
|
||||
@ -8,12 +8,12 @@ pkgbase = authy-desktop-win32-bin
|
||||
makedepends = npm
|
||||
makedepends = unzip
|
||||
makedepends = asar
|
||||
depends = electron9
|
||||
depends = electron
|
||||
provides = authy
|
||||
conflicts = authy
|
||||
source = https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/2.2.0/win32/x64/authy-2.2.0-full.nupkg
|
||||
source = https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/2.2.1/win32/x64/authy-2.2.1-full.nupkg
|
||||
source = authy.desktop
|
||||
sha1sums = 0437e9b97467ccf37ac9c4cb377681a899329e16
|
||||
sha1sums = 5eaa6f0152eeaf93740dfcd2a94b5fbf6b6c4984
|
||||
sha1sums = f71ad5122bd9608500c9fb2c5c2e997118e9433d
|
||||
sha1sums = ad25b45eba0fe935dedfb008f08b005f3bc2504f
|
||||
|
||||
pkgname = authy-desktop-win32-bin
|
||||
|
8
PKGBUILD
8
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Arti Zirk <arti.zirk@gmail.com>
|
||||
# Contributor: Timmy Yao <timmy.yao+aur@gmail.com>
|
||||
pkgname=authy-desktop-win32-bin
|
||||
pkgver=2.2.0
|
||||
pkgver=2.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="Two-Factor Authentication from your PC. Converted from Windows electron version"
|
||||
arch=("x86_64")
|
||||
@ -9,12 +9,12 @@ provides=('authy')
|
||||
conflicts=('authy')
|
||||
url="https://authy.com/"
|
||||
license=('unknown')
|
||||
depends=('electron9')
|
||||
depends=('electron')
|
||||
makedepends=('npm' 'unzip' 'asar')
|
||||
source=("https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/${pkgver}/win32/x64/authy-${pkgver}-full.nupkg"
|
||||
"authy.desktop")
|
||||
sha1sums=('0437e9b97467ccf37ac9c4cb377681a899329e16'
|
||||
'5eaa6f0152eeaf93740dfcd2a94b5fbf6b6c4984')
|
||||
sha1sums=('f71ad5122bd9608500c9fb2c5c2e997118e9433d'
|
||||
'ad25b45eba0fe935dedfb008f08b005f3bc2504f')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
|
@ -2,7 +2,7 @@
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=/usr/bin/electron9 --app /usr/lib/authy/app.asar
|
||||
Exec=/usr/bin/electron --app /usr/lib/authy/app.asar
|
||||
Name=Authy
|
||||
Comment=Two-Factor Authentication
|
||||
Icon=/usr/lib/authy/icon128.png
|
||||
|
Loading…
Reference in New Issue
Block a user