summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-03-13 18:45:18 +0800
committerzxp198210052024-03-13 18:45:18 +0800
commit7830ed161c81a4e9588e12935a6e06ca51fcc854 (patch)
tree75768f014548b72f2326b5fb36615d9cfe220d15
parenta8f60a3a94fef5aecae1157f125ba507d978e33a (diff)
downloadaur-7830ed161c81a4e9588e12935a6e06ca51fcc854.tar.gz
fix errors
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bb6f7359f94..22ad47200bf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,19 @@
pkgbase = bluebubbles-bin
pkgdesc = A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!
pkgver = 1.12.7
- pkgrel = 3
+ pkgrel = 4
url = https://bluebubbles.app/
arch = aarch64
arch = x86_64
license = Apache-2.0
makedepends = gendesk
- depends = libepoxy
depends = webkit2gtk-4.1
- depends = at-spi2-core
depends = gdk-pixbuf2
- depends = cairo
depends = mpv
- depends = harfbuzz
- depends = pango
depends = libdbusmenu-glib
depends = libnotify
depends = libappindicator-gtk3
depends = gtk3
- depends = libsoup3
provides = bluebubbles=1.12.7
conflicts = bluebubbles
source = bluebubbles.sh
diff --git a/PKGBUILD b/PKGBUILD
index 3a24aa134c1d..e24f96b2da30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=bluebubbles-bin
_pkgname=BlueBubbles
pkgver=1.12.7
_subver=2B61
-pkgrel=3
+pkgrel=4
pkgdesc="A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!"
arch=(
'aarch64'
@@ -15,19 +15,13 @@ license=('Apache-2.0')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
- 'libepoxy'
'webkit2gtk-4.1'
- 'at-spi2-core'
'gdk-pixbuf2'
- 'cairo'
'mpv'
- 'harfbuzz'
- 'pango'
'libdbusmenu-glib'
'libnotify'
'libappindicator-gtk3'
'gtk3'
- 'libsoup3'
)
makedepends=(
'gendesk'