Update to 1.8.0
This commit is contained in:
parent
e7048d086d
commit
52c624b760
10
PKGBUILD
10
PKGBUILD
@ -1,17 +1,17 @@
|
||||
# Maintainer: Timmy Yao <timmy.yao+aur@gmail.com>
|
||||
pkgname=authy
|
||||
pkgver=1.7.0
|
||||
pkgrel=2
|
||||
pkgver=1.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="Two-Factor Authentication from your PC. Converted from Windows electron version"
|
||||
arch=("x86_64")
|
||||
url="https://authy.com/"
|
||||
license=('ISC')
|
||||
depends=('electron4')
|
||||
depends=('electron')
|
||||
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=('bd2182d0ae4c957efe5f2d244d4dfdb5'
|
||||
'4458c142b18a779ac51496138a3782d5')
|
||||
md5sums=('2612c816ae5ea59ecfbbaef02e26830b'
|
||||
'6e27d1fc03a2ba89c0b6670d4f38b08b')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
|
@ -1,8 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Version=1.7.0
|
||||
Version=1.8.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=/usr/bin/electron4 --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
|
||||
|
Loading…
Reference in New Issue
Block a user