diff --git a/.SRCINFO b/.SRCINFO index 2b01bb5..02d367d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = authy pkgdesc = Two-Factor Authentication from your PC. Converted from Windows electron version - pkgver = 1.8.0 + pkgver = 1.8.1 pkgrel = 1 url = https://authy.com/ arch = x86_64 @@ -9,10 +9,10 @@ pkgbase = authy makedepends = p7zip makedepends = asar 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 - md5sums = 2612c816ae5ea59ecfbbaef02e26830b - md5sums = 6e27d1fc03a2ba89c0b6670d4f38b08b + md5sums = 690fb7dbd197cd8a3c158ff9664129e4 + md5sums = bb9f4ecd1eac83d21c9696582b1ce98e pkgname = authy diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc92795 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +pkg +src +*tar* +*.exe diff --git a/PKGBUILD b/PKGBUILD index a64b288..7ad1df3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,7 @@ -# Maintainer: Timmy Yao +# Maintainer: Arti Zirk +# Contributor: Timmy Yao pkgname=authy -pkgver=1.8.0 +pkgver=1.8.1 pkgrel=1 pkgdesc="Two-Factor Authentication from your PC. Converted from Windows electron version" arch=("x86_64") @@ -10,8 +11,8 @@ 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=('2612c816ae5ea59ecfbbaef02e26830b' - '6e27d1fc03a2ba89c0b6670d4f38b08b') +md5sums=('690fb7dbd197cd8a3c158ff9664129e4' + 'bb9f4ecd1eac83d21c9696582b1ce98e') build() { cd "$srcdir" diff --git a/authy.desktop b/authy.desktop index 96c5724..82e7784 100644 --- a/authy.desktop +++ b/authy.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.8.0 +Version=1.8.1 Type=Application Terminal=false Exec=/usr/bin/electron --app /usr/lib/authy/app.asar