[arch-commits] Commit in xdg-desktop-portal/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Thu Sep 16 01:08:33 UTC 2021


    Date: Thursday, September 16, 2021 @ 01:08:33
  Author: heftig
Revision: 424072

1.10.0-1

Modified:
  xdg-desktop-portal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-15 22:27:47 UTC (rev 424071)
+++ PKGBUILD	2021-09-16 01:08:33 UTC (rev 424072)
@@ -3,7 +3,7 @@
 # Contributor: Patrick Griffis <tingping at tingping.se>
 
 pkgname=xdg-desktop-portal
-pkgver=1.8.1
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="Desktop integration portals for sandboxed apps"
 url="https://github.com/flatpak/xdg-desktop-portal"
@@ -12,7 +12,7 @@
 depends=(glib2 pipewire fuse2 geoclue2)
 makedepends=(python xmlto docbook-xsl git flatpak libportal)
 checkdepends=(epiphany gedit gvfs)
-_commit=5768e075090413f780b8905b0351bc5aa487b9f3
+_commit=cafdbae4a0abf14b939b3bfd73c7d5e5cadfd899  # tags/1.10.0^0
 source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -23,7 +23,6 @@
 
 prepare() {
   cd $pkgname
-
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -40,6 +39,7 @@
 
 package() {
   depends+=(xdg-desktop-portal-impl)
+
   cd $pkgname
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list