Date: Tuesday, March 21, 2023 @ 23:42:18
  Author: heftig
Revision: 471755

44.0-1

Modified:
  xdg-desktop-portal-gnome/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-21 23:36:37 UTC (rev 471754)
+++ PKGBUILD    2023-03-21 23:42:18 UTC (rev 471755)
@@ -1,22 +1,30 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=xdg-desktop-portal-gnome
-pkgver=43.1
+pkgver=44.0
 pkgrel=1
 pkgdesc="A backend implementation for xdg-desktop-portal for the GNOME desktop 
environment"
 url="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome";
 arch=(x86_64)
 license=(LGPL)
-depends=('xdg-desktop-portal-gtk>=1.10.0-2' libadwaita gnome-keyring
-         gnome-desktop-4)
-makedepends=(xdg-desktop-portal meson git)
+depends=(
+  gnome-desktop-4
+  gnome-keyring
+  libadwaita
+  'xdg-desktop-portal-gtk>=1.10.0-2'
+)
+makedepends=(
+  git
+  meson
+  xdg-desktop-portal
+)
 optdepends=('evince: Print previews')
 provides=(xdg-desktop-portal-impl)
 conflicts=('xdg-desktop-portal-gtk<1.10.0-2')
 replaces=('xdg-desktop-portal-gtk<1.10.0-2')
-_commit=4fd5a8bf16b01c78ed19764415cb26d29aaf7eab  # tags/43.1^0
+_commit=8e1c4fd928be500208ca1df62441a56e2569bfb8  # tags/44.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#commit=$_commit";)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname

Reply via email to