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

Jan Steffens heftig at gemini.archlinux.org
Tue Dec 21 19:29:45 UTC 2021


    Date: Tuesday, December 21, 2021 @ 19:29:45
  Author: heftig
Revision: 432879

1.12.0-1

Modified:
  xdg-desktop-portal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-21 18:39:51 UTC (rev 432878)
+++ PKGBUILD	2021-12-21 19:29:45 UTC (rev 432879)
@@ -3,7 +3,7 @@
 # Contributor: Patrick Griffis <tingping at tingping.se>
 
 pkgname=xdg-desktop-portal
-pkgver=1.10.1
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="Desktop integration portals for sandboxed apps"
 url="https://github.com/flatpak/xdg-desktop-portal"
@@ -12,13 +12,13 @@
 depends=(glib2 pipewire fuse2 geoclue2)
 makedepends=(python xmlto docbook-xsl git flatpak libportal)
 checkdepends=(epiphany gedit gvfs)
-_commit=7dccf42892fdfcc9c3542cad3afdf45351edb63e  # tags/1.10.1^0
+_commit=79db3c5ed5fb5b24602beb7a458703dcfd4a1aa6  # tags/1.12.0^0
 source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list