makedeb


ente-auth-bin 3.1.3-1


ente two-factor authenticator

Click here to go back to the commit logs for ente-auth-bin.

Commit:


Hash: 4f8ff8c949db80b65510cb9e306d9f6762d303fe

Message: Fix typo in download link * Hopefully this fixes the issue

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 1dbd614..53115b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = ente-auth-bin
 	pkgdesc = Ente's 2FA app. An end-to-end encrypted, cross platform and free app for storing your 2FA codes with cloud backups.
 	pkgver = 2.0.54
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/ente-io/ente/tree/main/auth
 	arch = amd64
 	license = AGPL-3.0-or-later
@@ -27,7 +27,7 @@ pkgbase = ente-auth-bin
 	conflicts = ente-auth
 	options = !strip
 	options = !emptydirs
-	source = https://github.com/ente-io/ente/releases/download/auth-v{2.0.54}/ente-auth-v{2.0.54}-x86_64.deb
+	source = https://github.com/ente-io/ente/releases/download/auth-v2.0.54/ente-auth-v2.0.54-x86_64.deb
 	b2sums = d1e01caa90f02de0a9cacfad79f47cdf1151d2f3fa38aaa0a90c9bef6ddb7b561cd5a151ae35f39eb8fe5698ae1f36812cff3e366b5aff2f2a4ede6c637607f8
 
 pkgname = ente-auth-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5d00042..8130c2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=ente-auth-bin
 pkgver=2.0.54
-pkgrel=1
+pkgrel=2
 pkgdesc="Ente's 2FA app. An end-to-end encrypted, cross platform and free app for storing your 2FA codes with cloud backups."
 arch=('amd64')
 url="https://github.com/ente-io/ente/tree/main/auth"
@@ -11,7 +11,7 @@ depends=('at-spi2-core' 'libayatana-ido3-0.4-0' 'libcairo2' 'desktop-file-utils'
          'glibc-tools' 'libgtk-3-0' 'libharfbuzz-bin' 'hicolor-icon-theme' 'libappindicator3-1' 'libayatana-appindicator3-1'
          'libsecret-1-0' 'libsodium23' 'libpango1.0-0' 'sqlite3' 'webkit2gtk-driver')
 options=('!strip' '!emptydirs')
-source=("https://github.com/ente-io/ente/releases/download/auth-v{$pkgver}/ente-auth-v{$pkgver}-x86_64.deb")
+source=("https://github.com/ente-io/ente/releases/download/auth-v${pkgver}/ente-auth-v${pkgver}-x86_64.deb")
 b2sums=('d1e01caa90f02de0a9cacfad79f47cdf1151d2f3fa38aaa0a90c9bef6ddb7b561cd5a151ae35f39eb8fe5698ae1f36812cff3e366b5aff2f2a4ede6c637607f8')
 provides=("ente-auth")
 conflicts=("ente-auth")