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

Jan Steffens heftig at archlinux.org
Fri Jun 4 18:04:23 UTC 2021


    Date: Friday, June 4, 2021 @ 18:04:23
  Author: heftig
Revision: 417102

40.2-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-04 18:04:16 UTC (rev 417101)
+++ PKGBUILD	2021-06-04 18:04:23 UTC (rev 417102)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-maps
-pkgver=40.1
+pkgver=40.2
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps"
@@ -11,7 +11,7 @@
 depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph libhandy)
 makedepends=(gobject-introspection git meson yelp-tools)
 groups=(gnome)
-_commit=2296fd638d41b791dc1a64f74c64b1ea36c4abc5  # tags/v40.1^0
+_commit=b59196dfa3a7998a714cec8351c13078ac742fb9  # tags/v40.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -34,5 +34,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list