[arch-commits] Commit in libgnome-games-support/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Nov 8 20:13:16 UTC 2021


    Date: Monday, November 8, 2021 @ 20:13:16
  Author: heftig
Revision: 427592

1.8.2-1

Modified:
  libgnome-games-support/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-08 20:13:07 UTC (rev 427591)
+++ PKGBUILD	2021-11-08 20:13:16 UTC (rev 427592)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=libgnome-games-support
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="Code shared between GNOME games"
 url="https://gitlab.gnome.org/GNOME/libgnome-games-support"
@@ -10,7 +10,7 @@
 depends=(libgee gtk3)
 makedepends=(vala git meson)
 provides=("libgnome-games-support-${pkgver%%.*}.so")
-_commit=5e8a486f131e6eb46a77f7ee6f57db0df7591a90  # tags/1.8.1^0
+_commit=406695a2bd14436cb7ff10001865db9d1c236fad  # tags/1.8.2^0
 source=("git+https://gitlab.gnome.org/GNOME/libgnome-games-support.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -33,5 +33,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list