makedeb
Two-Factor Authentication from your PC. Converted from Windows electron version
Click here to go back to the commit logs for authy-desktop-win32-bin.
Hash: a9cc5fd8c24d3d4224fa206a42b0561659b4d978
Message: Works only with older electron9
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 <timmy.yao+aur@gmail.com>
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")