Forgot to update authy.desktop
This commit is contained in:
parent
a9cc5fd8c2
commit
6864545cbd
4
.SRCINFO
4
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = authy-desktop-win32-bin
|
||||
pkgdesc = Two-Factor Authentication from your PC. Converted from Windows electron version
|
||||
pkgver = 1.8.3
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://authy.com/
|
||||
arch = x86_64
|
||||
license = unknown
|
||||
@ -14,7 +14,7 @@ pkgbase = authy-desktop-win32-bin
|
||||
source = https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.8.3/win32/x64/Authy%20Desktop%20Setup%201.8.3.exe
|
||||
source = authy.desktop
|
||||
md5sums = 630362cf725391d1fc86c9a4d06f0161
|
||||
md5sums = cc79603cae19a93f67bc2da8120501e9
|
||||
md5sums = f02a27fe07bf9924c462838a6340d14d
|
||||
|
||||
pkgname = authy-desktop-win32-bin
|
||||
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
||||
# Contributor: Timmy Yao <timmy.yao+aur@gmail.com>
|
||||
pkgname=authy-desktop-win32-bin
|
||||
pkgver=1.8.3
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Two-Factor Authentication from your PC. Converted from Windows electron version"
|
||||
arch=("x86_64")
|
||||
provides=('authy')
|
||||
@ -14,7 +14,7 @@ makedepends=('npm' 'p7zip' 'asar')
|
||||
source=("https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/${pkgver}/win32/x64/Authy%20Desktop%20Setup%20${pkgver}.exe"
|
||||
"authy.desktop")
|
||||
md5sums=('630362cf725391d1fc86c9a4d06f0161'
|
||||
'cc79603cae19a93f67bc2da8120501e9')
|
||||
'f02a27fe07bf9924c462838a6340d14d')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
|
@ -2,7 +2,7 @@
|
||||
Version=1.8.3
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=/usr/bin/electron --app /usr/lib/authy/app.asar
|
||||
Exec=/usr/bin/electron9 --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