summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten Bezemer2023-01-16 20:17:17 +0100
committerMaarten Bezemer2023-01-16 20:17:17 +0100
commit829bb1213a459cdc859f95d6dfcf42b146489304 (patch)
tree31f0093db081c7cbb6ae06c2518c6caf005079a3
parent59722b72a71ba0ac1e82bb57457f6f5ebf37acb0 (diff)
downloadaur-cubbit.tar.gz
Update to version 9.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f1ccb9d92c5..e18d15369dbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cubbit
pkgdesc = Cubbit desktop-sync application
- pkgver = 9.4.0
+ pkgver = 9.5.1
pkgrel = 1
url = https://www.cubbit.io/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = cubbit
optdepends = libappindicator-gtk2
optdepends = libnotify
options = !strip
- source = https://get.cubbit.io/desktop/linux/Cubbit-9.4.0.AppImage
- sha256sums = 8b117d59b98c4eb21acb29eec134a9a4975a0a8d1248d7aa649ec930dbd654e2
+ source = https://get.cubbit.io/desktop/linux/Cubbit-9.5.1.AppImage
+ sha256sums = 75b8c96818e3006f83509466b26def17d012312f819053d9c2673dbaacbf199b
pkgname = cubbit
diff --git a/PKGBUILD b/PKGBUILD
index 3b40f8ae4aba..a33e94bdf8c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cubbit
pkgdesc='Cubbit desktop-sync application'
-pkgver=9.4.0
+pkgver=9.5.1
pkgrel=1
arch=('x86_64')
url='https://www.cubbit.io/'
@@ -11,7 +11,7 @@ depends=('gtk2' 'hicolor-icon-theme' 'libxss' 'libxtst')
optdepends=('libappindicator-gtk2' 'libnotify')
options=('!strip')
source=("https://get.cubbit.io/desktop/linux/Cubbit-${pkgver}.AppImage")
-sha256sums=('8b117d59b98c4eb21acb29eec134a9a4975a0a8d1248d7aa649ec930dbd654e2')
+sha256sums=('75b8c96818e3006f83509466b26def17d012312f819053d9c2673dbaacbf199b')
prepare() {
chmod +x Cubbit-${pkgver}.AppImage
@@ -47,6 +47,7 @@ package() {
install -d "$pkgdir"/usr/bin
install -Dm755 "$srcdir"/AppRun -T "$pkgdir"/usr/bin/@cubbitdesktop
+ install -Dm755 "$srcdir"/squashfs-root/bin/gozer -T "$pkgdir"/usr/bin/gozer
install -Dm644 "$srcdir"/squashfs-root/license.txt -t "$pkgdir"/usr/share/licenses/$pkgname
install -Dm644 "$srcdir"/squashfs-root/LICENSE.electron.txt -t "$pkgdir"/usr/share/licenses/$pkgname