Date: Monday, May 1, 2023 @ 21:28:10
  Author: heftig
Revision: 1455764

44.1-1

Modified:
  gnome-connections/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-01 21:26:23 UTC (rev 1455763)
+++ PKGBUILD    2023-05-01 21:28:10 UTC (rev 1455764)
@@ -2,18 +2,29 @@
 # Contributor: Fabian Bornschein <fabiscafe-cat-mailbox-dog-org>
 
 pkgname=gnome-connections
-pkgver=43.0
+pkgver=44.1
 pkgrel=1
 pkgdesc='Remote desktop client for the GNOME desktop environment'
 arch=('x86_64')
 url='https://gitlab.gnome.org/GNOME/connections'
 license=('GPL3')
-depends=('freerdp' 'gtk-vnc' 'libhandy' 'libsecret')
-makedepends=('appstream-glib' 'gobject-introspection' 'itstool' 'meson' 'vala')
+depends=(
+  'freerdp'
+  'gtk-vnc'
+  'libhandy'
+  'libsecret'
+)
+makedepends=(
+  'appstream-glib'
+  'gobject-introspection'
+  'itstool'
+  'meson'
+  'vala'
+)
 groups=('gnome-extra')
 options=('!emptydirs')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('85dad82f93c0b2f609fe8ec7ecdeec70600a55612afc0e3f02774c25a0bb309f')
+sha256sums=('136a2d924b077d5cc4100c845826d471444230a16c8dac2732113680171a626b')
 
 prepare() {
   cd $pkgname-$pkgver

Reply via email to