Date: Tuesday, May 9, 2017 @ 16:25:40 Author: heftig Revision: 295495
3.24.2-1 Modified: gnome-music/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-09 16:22:36 UTC (rev 295494) +++ PKGBUILD 2017-05-09 16:25:40 UTC (rev 295495) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-music -pkgver=3.24.1.1 +pkgver=3.24.2 pkgrel=1 pkgdesc="Music player and management application" url="https://wiki.gnome.org/Apps/Music" @@ -17,9 +17,11 @@ 'gst-plugins-bad: Extra media codecs' 'gst-libav: Extra media codecs') groups=(gnome-extra) -_commit=c632ad5e607fc99395f623d6b218a0716e12b8c0 # tags/3.24.1.1^0 -source=("git+https://git.gnome.org/browse/gnome-music#commit=$_commit") -sha256sums=('SKIP') +_commit=deb2ee1770c2872f75b4327501eb5d1c92c996e8 # tags/3.24.2^0 +source=("git+https://git.gnome.org/browse/gnome-music#commit=$_commit" + "git+https://git.gnome.org/browse/libgd") +sha256sums=('SKIP' + 'SKIP') pkgver() { cd $pkgname @@ -28,6 +30,11 @@ prepare() { cd $pkgname + + git submodule init + git config --local submodule.libgd.url "$srcdir/libgd" + git submodule update + NOCONFIGURE=1 ./autogen.sh }
