summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten Bezemer2022-06-22 22:05:00 +0200
committerMaarten Bezemer2022-06-22 22:05:00 +0200
commit59722b72a71ba0ac1e82bb57457f6f5ebf37acb0 (patch)
treee142f0ee60619b239f3d432ffb078b57285d6350
parent42a464db335074c75147adf75d232ca495bf17dc (diff)
downloadaur-59722b72a71ba0ac1e82bb57457f6f5ebf37acb0.tar.gz
Update to version 9.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eb9331c6183..8f1ccb9d92c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cubbit
pkgdesc = Cubbit desktop-sync application
- pkgver = 9.2.4
+ pkgver = 9.4.0
pkgrel = 1
url = https://www.cubbit.io/
arch = x86_64
@@ -9,8 +9,10 @@ pkgbase = cubbit
depends = hicolor-icon-theme
depends = libxss
depends = libxtst
+ optdepends = libappindicator-gtk2
+ optdepends = libnotify
options = !strip
- source = https://get.cubbit.io/desktop/linux/Cubbit-9.2.4.AppImage
- sha256sums = 312e5038a822a452ed025c27e133ce10e0b5235c808ff4c53bca46a4de08cf32
+ source = https://get.cubbit.io/desktop/linux/Cubbit-9.4.0.AppImage
+ sha256sums = 8b117d59b98c4eb21acb29eec134a9a4975a0a8d1248d7aa649ec930dbd654e2
pkgname = cubbit
diff --git a/PKGBUILD b/PKGBUILD
index 5e3bd4805b2d..3b40f8ae4aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname=cubbit
pkgdesc='Cubbit desktop-sync application'
-pkgver=9.2.4
+pkgver=9.4.0
pkgrel=1
arch=('x86_64')
url='https://www.cubbit.io/'
license=('custom')
depends=('gtk2' 'hicolor-icon-theme' 'libxss' 'libxtst')
+optdepends=('libappindicator-gtk2' 'libnotify')
options=('!strip')
source=("https://get.cubbit.io/desktop/linux/Cubbit-${pkgver}.AppImage")
-sha256sums=('312e5038a822a452ed025c27e133ce10e0b5235c808ff4c53bca46a4de08cf32')
+sha256sums=('8b117d59b98c4eb21acb29eec134a9a4975a0a8d1248d7aa649ec930dbd654e2')
prepare() {
chmod +x Cubbit-${pkgver}.AppImage