summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2021-03-27 11:44:11 -0300
committerRafael Fontenelle2021-03-27 11:44:11 -0300
commit2dcbb197a90e9b449c3f5b2a5c260b79b45670af (patch)
treef86cffbce7138f9db1d7a0a45b29c92400bf5a17
parent9e7c29e11cc1de5dff431e653bfbbd061df9ce94 (diff)
downloadaur-2dcbb197a90e9b449c3f5b2a5c260b79b45670af.tar.gz
Update to 40.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad141f149943..d9ed50975e33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = gnome-connections
pkgdesc = Remote desktop client for the GNOME desktop environment
- pkgver = 3.38.1
+ pkgver = 40.0
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/connections
arch = x86_64
license = GPL3
+ makedepends = itstool
makedepends = git
makedepends = meson
makedepends = vala
depends = gtk-frdp
depends = gtk-vnc
- source = git+https://gitlab.gnome.org/GNOME/connections.git#commit=7373db222661a70b4dba268f5539034ccef62773
+ source = git+https://gitlab.gnome.org/GNOME/connections.git#commit=5fd4f1bcf39e8747553571e54897549f8e51beb4
sha256sums = SKIP
pkgname = gnome-connections
diff --git a/PKGBUILD b/PKGBUILD
index 0ba6fc295564..e7703bdf23e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
+# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=gnome-connections
_pkgname=connections
-pkgver=3.38.1
+pkgver=40.0
pkgrel=1
pkgdesc="Remote desktop client for the GNOME desktop environment"
arch=('x86_64')
url="https://gitlab.gnome.org/GNOME/connections"
license=('GPL3')
depends=('gtk-frdp' 'gtk-vnc')
-makedepends=('git' 'meson' 'vala')
-_commit=7373db222661a70b4dba268f5539034ccef62773 # tags/v3.38.1
+makedepends=('itstool' 'git' 'meson' 'vala')
+_commit=5fd4f1bcf39e8747553571e54897549f8e51beb4 # tags/v40.0
source=("git+https://gitlab.gnome.org/GNOME/connections.git#commit=$_commit")
sha256sums=('SKIP')