diff --git a/.SRCINFO b/.SRCINFO index c611913..85146b9 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index bdb53f2..9db1d84 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Arti Zirk # Contributor: Timmy Yao 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" diff --git a/authy.desktop b/authy.desktop index b913d0c..a5fdb83 100644 --- a/authy.desktop +++ b/authy.desktop @@ -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