2
0
Fork 0

Works only with older electron9

This commit is contained in:
Arti Zirk 2020-10-17 20:03:56 +03:00
parent fcbfc2c61c
commit a9cc5fd8c2
2 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
pkgbase = authy-desktop-win32-bin pkgbase = authy-desktop-win32-bin
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.8.3 pkgver = 1.8.3
pkgrel = 1 pkgrel = 2
url = https://authy.com/ url = https://authy.com/
arch = x86_64 arch = x86_64
license = unknown license = unknown
makedepends = npm makedepends = npm
makedepends = p7zip makedepends = p7zip
makedepends = asar makedepends = asar
depends = electron depends = electron9
provides = authy provides = authy
conflicts = authy conflicts = authy
source = https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.8.3/win32/x64/Authy%20Desktop%20Setup%201.8.3.exe source = https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.8.3/win32/x64/Authy%20Desktop%20Setup%201.8.3.exe

View File

@ -2,14 +2,14 @@
# Contributor: Timmy Yao <timmy.yao+aur@gmail.com> # Contributor: Timmy Yao <timmy.yao+aur@gmail.com>
pkgname=authy-desktop-win32-bin pkgname=authy-desktop-win32-bin
pkgver=1.8.3 pkgver=1.8.3
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")
provides=('authy') provides=('authy')
conflicts=('authy') conflicts=('authy')
url="https://authy.com/" url="https://authy.com/"
license=('unknown') license=('unknown')
depends=('electron') depends=('electron9')
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")