summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Posanski2022-10-31 18:52:42 +0100
committerMichael Posanski2022-10-31 18:52:42 +0100
commita78dae7705f13fab7d70f82b017f692dcbc814cd (patch)
tree552cbc38ffa5535f052c3483b4a86b182eae7719
parent24d9d512105906a33c25f462bf0c161b36bd9103 (diff)
downloadaur-a78dae7705f13fab7d70f82b017f692dcbc814cd.tar.gz
Update to 102.4.1_bb22
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b252345e34f8..15f349f5a915 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = betterbird-de-bin
license = MPL2
depends = dbus-glib
provides = betterbird=102.4.1
+ conflicts = betterbird
source = https://www.betterbird.eu/downloads/LinuxArchive/betterbird-102.4.1-bb22.de.linux-x86_64.tar.bz2
source = betterbird.desktop
sha256sums = fd6cbc867b0078fcbfca53af510d69a24cb17a464d62abba6fea6132c5614587
diff --git a/PKGBUILD b/PKGBUILD
index 904fe3dc28dc..758be965baee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://www.betterbird.eu/index.html"
license=('MPL2')
depends=('dbus-glib')
provides=("betterbird=${pkgver}")
-conflicts=()
+conflicts=('betterbird')
source=(
# "https://www.betterbird.eu/downloads/get.php?os=linux&lang=de&version=release"
"https://www.betterbird.eu/downloads/LinuxArchive/${_pkgname}-${pkgver//_/-}-${_build}.de.linux-x86_64.tar.bz2"