makedeb


celeste 0.8.3-1


Sync your cloud files

Click here to go back to the commit logs for celeste.

Commit:


Hash: 9d06270f6d250048ffb7c5e976daa949bc019b92

Message: Bump version to '0.1.9-1'

Diff


diff --git a/.SRCINFO b/.SRCINFO
index ad95de3..c4035a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,10 +3,12 @@ pkgname = celeste
 pkgbase = celeste
 pkgdesc = GUI file synchronization client that can sync with any cloud provider
 pkgrel = 1
-pkgver = 0.1.8
+pkgver = 0.1.9
 url = https://github.com/hwittenborn/celeste
 arch = any
 depends = libadwaita-1-0
+depends = libayatana-appindicator3-1
+depends = libgtk-3-0
 depends = rclone
 license = GPL-3.0
 makedepends = just
@@ -23,7 +25,7 @@ makedepends = libpango1.0-dev
 makedepends = golang-go>=2:1.17
 makedepends = pkg-config
 makedepends = rustup
-source = https://github.com/hwittenborn/celeste/archive/refs/tags/v0.1.8.tar.gz
+source = https://github.com/hwittenborn/celeste/archive/refs/tags/v0.1.9.tar.gz
 sha256sums = SKIP
 makedepends = just
 makedepends = libadwaita-1-dev
diff --git a/PKGBUILD b/PKGBUILD
index d351282..aa4548f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=celeste
-pkgver=0.1.8
+pkgver=0.1.9
 pkgrel=1
 pkgdesc='GUI file synchronization client that can sync with any cloud provider'
 arch=('any')
 depends=(
     'libadwaita-1-0'
+    'libayatana-appindicator3-1'
+    'libgtk-3-0'
     'rclone'
 )
 makedepends=(