thunderbird: update to 78.9.1

This commit is contained in:
ptrcnull 2021-04-11 13:47:41 +02:00
parent a8e84e97fe
commit 8864660494

View file

@ -1,13 +1,13 @@
# Contributor: Patrycja Rosa <alpine@ptrcnull.me> # Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me> # Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=thunderbird pkgname=thunderbird
pkgver=78.8.1 pkgver=78.9.1
pkgrel=0 pkgrel=0
pkgdesc="thunderbird" pkgdesc="Standalone Mail/News reader"
url="dupa" url="https://www.thunderbird.net/"
arch="x86_64" arch="x86_64"
license="idk something mozilla" license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
depends="" depends="nss>=3.47.1 desktop-file-utils hicolor-icon-theme"
makedepends="zstd tar" makedepends="zstd tar"
install="" install=""
subpackages="" subpackages=""
@ -23,8 +23,12 @@ build() {
} }
package() { package() {
rm "$builddir"/*.plist
rm -f "$builddir"/INSTALL
rm -f "$builddir"/REMOVE
mkdir -p "$pkgdir" mkdir -p "$pkgdir"
cp -r "$builddir"/* "$pkgdir" cp -r "$builddir"/* "$pkgdir"
} }
sha512sums="8680647acbdb2cbace822691849ff25a35a620f5a488e3ebcd60885009bdf5dd67ae56b5ae480d6fe6df7dbd415c6fa4529ced2c562cc8b9b26b52fb2570015f thunderbird-78.8.1_1.x86_64-musl.xbps" sha512sums="4190e72312d1ce11a2b636c7fba78ee97df5e2111ff442e30fbcca78787eede07176cc33abee865f7ea0cdf5762d4474315ca6c4325c1d77dfabce566c5b4cdf thunderbird-78.9.1_1.x86_64-musl.xbps"