From a9cc5fd8c24d3d4224fa206a42b0561659b4d978 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Sat, 17 Oct 2020 20:03:56 +0300 Subject: [PATCH] Works only with older electron9 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3806820..67e1f16 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = authy-desktop-win32-bin pkgdesc = Two-Factor Authentication from your PC. Converted from Windows electron version pkgver = 1.8.3 - pkgrel = 1 + pkgrel = 2 url = https://authy.com/ arch = x86_64 license = unknown makedepends = npm makedepends = p7zip makedepends = asar - depends = electron + depends = electron9 provides = 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 diff --git a/PKGBUILD b/PKGBUILD index a3a50fd..444ffca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,14 +2,14 @@ # Contributor: Timmy Yao pkgname=authy-desktop-win32-bin pkgver=1.8.3 -pkgrel=1 +pkgrel=2 pkgdesc="Two-Factor Authentication from your PC. Converted from Windows electron version" arch=("x86_64") provides=('authy') conflicts=('authy') url="https://authy.com/" license=('unknown') -depends=('electron') +depends=('electron9') 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")