[arch-commits] Commit in libportal/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat May 15 21:34:33 UTC 2021


    Date: Saturday, May 15, 2021 @ 21:34:33
  Author: heftig
Revision: 415560

0.4-1

Modified:
  libportal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-15 21:33:06 UTC (rev 415559)
+++ PKGBUILD	2021-05-15 21:34:33 UTC (rev 415560)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
  
 pkgname=libportal
-pkgver=0.3
-pkgrel=2
+pkgver=0.4
+pkgrel=1
 pkgdesc="GIO-style async APIs for most Flatpak portals"
 url="https://github.com/flatpak/libportal"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(glib2)
 makedepends=(git meson gtk-doc)
-_commit=7b11b2a42fd4e7681bd38f3986b47108c0a3cc66  # tags/0.3^0
+_commit=f68764e288ede516d902b131cc4fadded3804059  # tags/0.4^0
 source=("git+https://github.com/flatpak/libportal#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -32,7 +32,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }
 
 # vim:set sw=2 et:



More information about the arch-commits mailing list