summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Posanski2022-09-08 20:06:26 +0200
committerMichael Posanski2022-09-08 20:06:26 +0200
commitd975683af13330f7bd0178710a515307a891c969 (patch)
treed056a355087e2a3572b411c9dcb50a18512f79ff
parentd5649b8ed98ba9cbe9727d54914a908509fc6dbb (diff)
downloadaur-d975683af13330f7bd0178710a515307a891c969.tar.gz
Update to 102.2.2_bb16
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dac3f3e3d557..04cdfdaac4b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = betterbird-de-bin
pkgdesc = GERMAN // Betterbird is a fine-tuned version of Mozilla Thunderbird, Thunderbird on steroids, if you will.
- pkgver = 102.2.1
- pkgrel = 2
+ pkgver = 102.2.2
+ pkgrel = 1
url = https://www.betterbird.eu/index.html
arch = x86_64
license = MPL2
depends = dbus-glib
- provides = betterbird=102.2.1
- source = https://www.betterbird.eu/downloads/LinuxArchive/betterbird-102.2.1-bb15.de.linux-x86_64.tar.bz2
+ provides = betterbird=102.2.2
+ source = https://www.betterbird.eu/downloads/LinuxArchive/betterbird-102.2.2-bb16.de.linux-x86_64.tar.bz2
source = betterbird.desktop
- sha256sums = 9a48db0a6e566f54cb91bee5aba07acb93884010fe079f0a734120d96e31923b
+ sha256sums = f15470e298cf7ce00018091f8717b179f7408060ceabae6c1471055ed39d0bf9
sha256sums = c99879de5ec8e8f98c2436bf414c7c167762c06df0846b42bb51195d6c8a3031
pkgname = betterbird-de-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2b4cee594353..55766a2e8e6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Posi<posi1981@gmail.com>
pkgname=betterbird-de-bin
_pkgname=betterbird
-pkgver=102.2.1
-_build=bb15
-pkgrel=2
+pkgver=102.2.2
+_build=bb16
+pkgrel=1
pkgdesc="GERMAN // Betterbird is a fine-tuned version of Mozilla Thunderbird, Thunderbird on steroids, if you will."
arch=('x86_64')
url="https://www.betterbird.eu/index.html"
@@ -27,12 +27,12 @@ package() {
ln -s /opt/$_pkgname/betterbird "$pkgdir"/usr/bin/$_pkgname
#icons
- for i in 16 22 24 32 48 256; do
+ for i in 16 22 24 32 48 64 128 256; do
install -d "$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/
ln -s /opt/$_pkgname/chrome/icons/default/default$i.png \
"$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/$_pkgname.png
done
}
-sha256sums=('9a48db0a6e566f54cb91bee5aba07acb93884010fe079f0a734120d96e31923b'
+sha256sums=('f15470e298cf7ce00018091f8717b179f7408060ceabae6c1471055ed39d0bf9'
'c99879de5ec8e8f98c2436bf414c7c167762c06df0846b42bb51195d6c8a3031')