summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-02 15:08:02 +0800
committerzxp198210052023-08-02 15:08:02 +0800
commitee81cd2c87718c107a70bd2a447b93f2c9f94c5b (patch)
tree067f93066489a69e16bd974a5ba4a9ec72cbfeb7
parent0bd84ca4ce1aa061d37de94397e3762244c13406 (diff)
downloadaur-ee81cd2c87718c107a70bd2a447b93f2c9f94c5b.tar.gz
fix errors
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff87c4290ad7..01fc5008d61e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bluebubbles-bin
pkgdesc = A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!
pkgver = 1.12.2
- pkgrel = 1
+ pkgrel = 2
url = https://bluebubbles.app/
arch = aarch64
arch = x86_64
@@ -21,9 +21,8 @@ pkgbase = bluebubbles-bin
depends = libnotify
depends = libappindicator-gtk3
depends = gtk3
+ provides = bluebubbles
conflicts = bluebubbles
- conflicts = bluebubbles-appimage
- conflicts = bluebubbles-desktop-app
noextract = bluebubbles-1.12.2-x86_64.tar
source_aarch64 = bluebubbles-1.12.2-aarch64.tar::https://github.com/BlueBubblesApp/bluebubbles-app/releases/download/v1.12.2%2B55/bluebubbles-linux-aarch64.tar
sha256sums_aarch64 = 9472215126987c8508bf8e595429d1eba1c6a9041e2eded6ae24736070036e36
diff --git a/PKGBUILD b/PKGBUILD
index cab8aa7dc13f..4f18a5bc9846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname="bluebubbles-bin"
pkgver=1.12.2
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!"
arch=('aarch64' 'x86_64')
url="https://bluebubbles.app/"
_githuburl="https://github.com/BlueBubblesApp/bluebubbles-app"
license=('Apache')
-options=()
-conflicts=("${pkgname%-bin}" "${pkgname%-bin}-appimage" "${pkgname%-bin}-desktop-app")
+provides=("${pkgname%-bin}")
+conflicts=("${pkgname%-bin}")
depends=('glib2' 'libepoxy' 'vlc' 'gcc-libs' 'at-spi2-core' 'gdk-pixbuf2' 'cairo' \
'harfbuzz' 'glibc' 'pango' 'libdbusmenu-glib' 'libnotify' 'libappindicator-gtk3' 'gtk3')
makedepends=('gendesk')