makedeb


electronmail-bin 5.3.0-1


Unofficial ProtonMail Desktop App

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

Commit:


Hash: 734a621f2c8e1e4198ac6eb05526da49e2e87899

Message: Update to v5.2.3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b35ed3e..50d5b5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = electronmail-bin
 	pkgdesc = Unofficial ProtonMail Desktop App
-	pkgver = 5.2.2
+	pkgver = 5.2.3
 	pkgrel = 1
 	url = https://github.com/vladimiry/ElectronMail
 	arch = amd64
@@ -17,7 +17,9 @@ pkgbase = electronmail-bin
 	provides = electron-mail
 	conflicts = electronmail-git
 	conflicts = electronmail
-	source = https://github.com/vladimiry/ElectronMail/releases/download/v5.2.2/electron-mail-5.2.2-linux-amd64.deb
-	b2sums = 614d9b797e4c55ecfdbabcbd076108698724139b61882990d83ff3648344b3573d0f323a9d67e115b3b4023adde893ab5963f891691e871d2c30868c0bba9c93
+	conflicts = electron-mail
+	noextract = electronmail-bin_5.2.3-1_amd64.deb
+	source = https://github.com/vladimiry/ElectronMail/releases/download/v5.2.3/electron-mail-5.2.3-linux-amd64.deb
+	sha256sums = 5afa1a9aa70ffa3d841fc66534d4f78eaf8b7e9260e07f2147109c185a437704
 
 pkgname = electronmail-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5bf7f60..330a6c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,23 @@
-# Maintainer: Tai Lam <47955724+taivlam at users.noreply.github dot com>
+# Maintainer: Tai Lam <taivlam-aur-mpr [dot] tinsmith796 [at] silomails [dot] com>
+# Contributor: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
 # Contributor: hiddeninthesand <hiddeninthesand at pm dot me>
 
+_pkgname="electron-mail"
 pkgname="electronmail-bin"
-provides=('electron-mail')
-pkgver='5.2.2'
+pkgver='5.2.3'
 pkgrel='1'
 pkgdesc="Unofficial ProtonMail Desktop App"
 arch=('amd64')
 depends=('libgtk-3-0' 'libnotify4' 'libnss3' 'libxss1' 'libxtst6' 'xdg-utils' 'libatspi2.0-0' 'libuuid1' 'libsecret-1-0')
 license=('GPL-3.0-only')
 url="https://github.com/vladimiry/ElectronMail"
-
-source=("${url}/releases/download/v${pkgver}/electron-mail-${pkgver}-linux-amd64.deb")
-b2sums=('614d9b797e4c55ecfdbabcbd076108698724139b61882990d83ff3648344b3573d0f323a9d67e115b3b4023adde893ab5963f891691e871d2c30868c0bba9c93')
-conflicts=("electronmail-git" "electronmail")
+source=("${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-${arch}.deb")
+sha256sums=('5afa1a9aa70ffa3d841fc66534d4f78eaf8b7e9260e07f2147109c185a437704')
+noextract=("${pkgname}_${pkgver}-${pkgrel}_${arch}.deb")
+provides=("${_pkgname}")
+conflicts=("electronmail-git" "electronmail" "electron-mail")
 
 package() {
-    # Extract data.tar.xz to pkgdir
-    msg2 "Extracting data.tar.xz..."
-    tar -xf 'data.tar.xz' -C "${pkgdir}"
+exec true
 }
+