makedeb


authy-desktop-win32-bin 1.9.0-1


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.

Commit:


Hash: 4b4f92cc4ca82570bef80369118cb136d65bc2db

Message: Fix buildscript

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 02d367d..921f9d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = authy
 	pkgdesc = Two-Factor Authentication from your PC. Converted from Windows electron version
 	pkgver = 1.8.1
-	pkgrel = 1
+	pkgrel = 2
 	url = https://authy.com/
 	arch = x86_64
 	license = ISC
diff --git a/PKGBUILD b/PKGBUILD
index 7ad1df3..51c65e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Timmy Yao <timmy.yao+aur@gmail.com>
 pkgname=authy
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Two-Factor Authentication from your PC. Converted from Windows electron version"
 arch=("x86_64")
 url="https://authy.com/"
@@ -19,7 +19,7 @@ build() {
 	7z x "Authy%20Desktop%20Setup%20${pkgver}.exe" -o"$pkgname-$pkgver" -y
 	
 	cd "$pkgname-$pkgver"
-	7z x "authy-electron-$pkgver-full.nupkg" -y
+	7z x "authy-$pkgver-full.nupkg" -y
 
 	mkdir app.asar
 	asar e lib/net45/resources/app.asar app.asar