Date: Sunday, March 8, 2020 @ 06:28:35 Author: heftig Revision: 377018
3.34.1-2 Modified: totem/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-08 06:26:53 UTC (rev 377017) +++ PKGBUILD 2020-03-08 06:28:35 UTC (rev 377018) @@ -3,7 +3,7 @@ pkgname=totem pkgver=3.34.1 -pkgrel=1 +pkgrel=2 pkgdesc="Movie player for the GNOME desktop based on GStreamer" url="https://wiki.gnome.org/Apps/Videos" arch=(x86_64) @@ -35,7 +35,7 @@ cd $pkgname git submodule init - git config --local submodule.subprojects/libgd.url "$srcdir/libgd" + git submodule set-url subprojects/libgd "$srcdir/libgd" git submodule update }
