summaryrefslogtreecommitdiff
path: root/pcr/icedove-enigmail
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-15 10:05:47 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-15 10:05:47 -0500
commit942675281b86e83361b952cc45b47c89e50e9913 (patch)
treef5c2339a07203595a4a3903f7ed730a46d978ea0 /pcr/icedove-enigmail
parente84532ced63b002b9bff9e50b7d3b181ea078b8d (diff)
icedove-enigmail-1.9.9-1: updating version
Diffstat (limited to 'pcr/icedove-enigmail')
-rw-r--r--pcr/icedove-enigmail/PKGBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/pcr/icedove-enigmail/PKGBUILD b/pcr/icedove-enigmail/PKGBUILD
index 4a35f08fc..f14e27585 100644
--- a/pcr/icedove-enigmail/PKGBUILD
+++ b/pcr/icedove-enigmail/PKGBUILD
@@ -1,27 +1,29 @@
-# Maintainer (Arch): Daniel Landau <daniel.landau@iki.fi>
+# Maintainer (Arch): Einhard Leichtfuß <archer@respiranto.de>
+# Contributor (Arch): Daniel Landau <daniel.landau@iki.fi>
# Contributor (Arch): Xyne
# Contributor (Arch): David Manouchehri <d@32t.ca>
# Contributor (Arch): Alexander Fehr <pizzapunk gmail com>
# Contributor (Arch): Thomas Jost <schnouki schnouki net>
# Contributor (Arch): Hinrich Harms <arch hinrich de>
-# Contributor: André Silva <emulatorman@hyperbola.info>
+# Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
_pkgname=thunderbird-enigmail
pkgname=icedove-enigmail
-pkgver=1.9.8
+pkgver=1.9.9
pkgrel=1
pkgdesc="Icedove extension that enables sending and receiving signed and encrypted email messages"
-arch=('x86_64' 'i686')
+arch=('any')
url="https://www.enigmail.net/"
license=('MPL' 'GPL')
-depends=('icedove' 'gnupg')
+depends=('icedove>=38' 'gnupg>=2.0.7')
replaces=($_pkgname)
conflicts=($_pkgname)
provides=($_pkgname)
-makedepends=('zip' 'unzip' 'python2' 'perl>=5.8')
+makedepends=('zip' 'python2' 'perl>=5.8')
source=("https://www.enigmail.net/download/source/enigmail-${pkgver}.tar.gz"{,.asc})
validpgpkeys=('4F9F89F5505AC1D1A260631CDB1187B9DD5F693B') # Patrick Brunschwig
-sha512sums=('9b5df4a89495102003c5568d25ce3ee1be79b28ab033f7d7392429115497a467308379853556e7613fc11247e50b5ad3247dfd36dd79131e467853cbb2ac7b85'
+sha512sums=('39b37305362c88527d897ed95aa9d8457137d5f026359d19b838ab9df531c14099e157afdc8fefae78a6fa2ddded8dbfbeaf84eb91ac6cfbb05ae808731da2cb'
'SKIP')
build() {
@@ -35,5 +37,5 @@ package() {
emid="$(sed -n '/.*<em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' package/install.rdf)"
install -d -m755 "$pkgdir"/usr/lib/icedove/extensions/"$emid"
cd "$pkgdir"/usr/lib/icedove/extensions/"$emid"
- unzip "$srcdir"/enigmail/build/enigmail-*.xpi
+ bsdtar -xf "$srcdir"/enigmail/build/enigmail-*.xpi
}