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

Jan Steffens heftig at archlinux.org
Sun Feb 16 01:09:35 UTC 2020


    Date: Sunday, February 16, 2020 @ 01:09:35
  Author: heftig
Revision: 375659

3.34.4-1

Modified:
  gnome-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-16 01:09:11 UTC (rev 375658)
+++ PKGBUILD	2020-02-16 01:09:35 UTC (rev 375659)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-music
-pkgver=3.34.3
+pkgver=3.34.4
 pkgrel=1
 epoch=1
 pkgdesc="Music player and management application"
@@ -17,7 +17,7 @@
             'gst-plugins-bad: Extra media codecs'
             'gst-libav: Extra media codecs')
 groups=(gnome)
-_commit=22cdcb8d034e578b912f92bf99e0bce7f2d41dcb  # tags/3.34.3^0
+_commit=e73db52b3cc84d9f1135841b06218abbde62fc3f  # tags/3.34.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgd.git"
         "git+https://gitlab.gnome.org/mschraal/gfm.git")
@@ -34,8 +34,8 @@
   cd $pkgname
 
   git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git config --local submodule.subprojects/gfm.url "$srcdir/gfm"
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule set-url subprojects/gfm "$srcdir/gfm"
   git submodule update
 }
 



More information about the arch-commits mailing list