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: fcbfc2c61c33144403b1d4f3ad1477b733a34883

Message: Bump version

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 921f9d1..3806820 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
-pkgbase = authy
+pkgbase = authy-desktop-win32-bin
 	pkgdesc = Two-Factor Authentication from your PC. Converted from Windows electron version
-	pkgver = 1.8.1
-	pkgrel = 2
+	pkgver = 1.8.3
+	pkgrel = 1
 	url = https://authy.com/
 	arch = x86_64
-	license = ISC
+	license = unknown
 	makedepends = npm
 	makedepends = p7zip
 	makedepends = asar
 	depends = electron
-	source = https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.8.1/win32/x64/Authy%20Desktop%20Setup%201.8.1.exe
+	provides = authy
+	conflicts = authy
+	source = https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.8.3/win32/x64/Authy%20Desktop%20Setup%201.8.3.exe
 	source = authy.desktop
-	md5sums = 690fb7dbd197cd8a3c158ff9664129e4
-	md5sums = bb9f4ecd1eac83d21c9696582b1ce98e
+	md5sums = 630362cf725391d1fc86c9a4d06f0161
+	md5sums = cc79603cae19a93f67bc2da8120501e9
 
-pkgname = authy
+pkgname = authy-desktop-win32-bin
 
diff --git a/PKGBUILD b/PKGBUILD
index 4b88f05..a3a50fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
 # Maintainer: Arti Zirk <arti.zirk@gmail.com>
 # Contributor: Timmy Yao <timmy.yao+aur@gmail.com>
-pkgname=authy
-pkgver=1.8.2
-pkgrel=2
+pkgname=authy-desktop-win32-bin
+pkgver=1.8.3
+pkgrel=1
 pkgdesc="Two-Factor Authentication from your PC. Converted from Windows electron version"
 arch=("x86_64")
+provides=('authy')
+conflicts=('authy')
 url="https://authy.com/"
-license=('ISC')
+license=('unknown')
 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=('3dbddeede651bd8f323b54f1b31bf8a9'
-         'bb9f4ecd1eac83d21c9696582b1ce98e')
+md5sums=('630362cf725391d1fc86c9a4d06f0161'
+         'cc79603cae19a93f67bc2da8120501e9')
 
 build() {
 	cd "$srcdir"
@@ -28,7 +30,7 @@ build() {
 package() {
 	cd "$srcdir/$pkgname-$pkgver"
 
-	install -Dm644  -t "${pkgdir}"/usr/lib/"${pkgname}" \
+	install -Dm644  -t "${pkgdir}"/usr/lib/authy \
 		lib/net45/resources/app.asar \
 		app.asar/img/logos/icon128.png
 	install -Dm644 "$srcdir"/authy.desktop -t "$pkgdir"/usr/share/applications
diff --git a/authy.desktop b/authy.desktop
index 82e7784..1785027 100644
--- a/authy.desktop
+++ b/authy.desktop
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Version=1.8.1
+Version=1.8.3
 Type=Application
 Terminal=false
 Exec=/usr/bin/electron --app /usr/lib/authy/app.asar