Update to 1.8.1
This commit is contained in:
parent
d4b4f61c10
commit
26f9704c65
8
.SRCINFO
8
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = authy
|
pkgbase = authy
|
||||||
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.0
|
pkgver = 1.8.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://authy.com/
|
url = https://authy.com/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -9,10 +9,10 @@ pkgbase = authy
|
|||||||
makedepends = p7zip
|
makedepends = p7zip
|
||||||
makedepends = asar
|
makedepends = asar
|
||||||
depends = electron
|
depends = electron
|
||||||
source = https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.8.0/win32/x64/Authy%20Desktop%20Setup%201.8.0.exe
|
source = https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.8.1/win32/x64/Authy%20Desktop%20Setup%201.8.1.exe
|
||||||
source = authy.desktop
|
source = authy.desktop
|
||||||
md5sums = 2612c816ae5ea59ecfbbaef02e26830b
|
md5sums = 690fb7dbd197cd8a3c158ff9664129e4
|
||||||
md5sums = 6e27d1fc03a2ba89c0b6670d4f38b08b
|
md5sums = bb9f4ecd1eac83d21c9696582b1ce98e
|
||||||
|
|
||||||
pkgname = authy
|
pkgname = authy
|
||||||
|
|
||||||
|
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pkg
|
||||||
|
src
|
||||||
|
*tar*
|
||||||
|
*.exe
|
9
PKGBUILD
9
PKGBUILD
@ -1,6 +1,7 @@
|
|||||||
# Maintainer: Timmy Yao <timmy.yao+aur@gmail.com>
|
# Maintainer: Arti Zirk <arti.zirk@gmail.com>
|
||||||
|
# Contributor: Timmy Yao <timmy.yao+aur@gmail.com>
|
||||||
pkgname=authy
|
pkgname=authy
|
||||||
pkgver=1.8.0
|
pkgver=1.8.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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")
|
||||||
@ -10,8 +11,8 @@ depends=('electron')
|
|||||||
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")
|
||||||
md5sums=('2612c816ae5ea59ecfbbaef02e26830b'
|
md5sums=('690fb7dbd197cd8a3c158ff9664129e4'
|
||||||
'6e27d1fc03a2ba89c0b6670d4f38b08b')
|
'bb9f4ecd1eac83d21c9696582b1ce98e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.8.0
|
Version=1.8.1
|
||||||
Type=Application
|
Type=Application
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Exec=/usr/bin/electron --app /usr/lib/authy/app.asar
|
Exec=/usr/bin/electron --app /usr/lib/authy/app.asar
|
||||||
|
Loading…
Reference in New Issue
Block a user