2
0
Fork 0

Bump version

This commit is contained in:
Arti Zirk 2022-03-09 20:17:38 +02:00
parent ca2071225c
commit da64e373da
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = authy-desktop-win32-bin pkgbase = authy-desktop-win32-bin
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 = 2.0.0 pkgver = 2.1.0
pkgrel = 1 pkgrel = 1
url = https://authy.com/ url = https://authy.com/
arch = x86_64 arch = x86_64
@ -11,9 +11,9 @@ pkgbase = authy-desktop-win32-bin
depends = electron9 depends = electron9
provides = authy provides = authy
conflicts = authy conflicts = authy
source = https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/2.0.0/win32/x64/authy-2.0.0-full.nupkg source = https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/2.1.0/win32/x64/authy-2.1.0-full.nupkg
source = authy.desktop source = authy.desktop
sha1sums = 2c8bd37d0db9790de73c8c9143b27e34dd9ae4a8 sha1sums = 5772d5b9c852edc52debc87787da4ae6607bb0a7
sha1sums = 5eaa6f0152eeaf93740dfcd2a94b5fbf6b6c4984 sha1sums = 5eaa6f0152eeaf93740dfcd2a94b5fbf6b6c4984
pkgname = authy-desktop-win32-bin pkgname = authy-desktop-win32-bin

View File

@ -1,7 +1,7 @@
# Maintainer: Arti Zirk <arti.zirk@gmail.com> # Maintainer: Arti Zirk <arti.zirk@gmail.com>
# Contributor: Timmy Yao <timmy.yao+aur@gmail.com> # Contributor: Timmy Yao <timmy.yao+aur@gmail.com>
pkgname=authy-desktop-win32-bin pkgname=authy-desktop-win32-bin
pkgver=2.0.0 pkgver=2.1.0
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")
@ -13,13 +13,13 @@ depends=('electron9')
makedepends=('npm' 'unzip' 'asar') makedepends=('npm' 'unzip' 'asar')
source=("https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/${pkgver}/win32/x64/authy-${pkgver}-full.nupkg" source=("https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/${pkgver}/win32/x64/authy-${pkgver}-full.nupkg"
"authy.desktop") "authy.desktop")
sha1sums=('2c8bd37d0db9790de73c8c9143b27e34dd9ae4a8' sha1sums=('5772d5b9c852edc52debc87787da4ae6607bb0a7'
'5eaa6f0152eeaf93740dfcd2a94b5fbf6b6c4984') '5eaa6f0152eeaf93740dfcd2a94b5fbf6b6c4984')
build() { build() {
cd "$srcdir" cd "$srcdir"
unzip -j "authy-$pkgver-full.nupkg" lib/net45/resources/app.asar unzip -o -j "authy-$pkgver-full.nupkg" lib/net45/resources/app.asar
asar extract-file lib/net45/resources/app.asar img/logos/icon128.png asar extract-file lib/net45/resources/app.asar img/logos/icon128.png
} }