Date: Friday, May 24, 2019 @ 19:06:58 Author: heftig Revision: 353948
3.32.2-1 Modified: gnome-control-center/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-24 19:06:42 UTC (rev 353947) +++ PKGBUILD 2019-05-24 19:06:58 UTC (rev 353948) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-control-center -pkgver=3.32.1 +pkgver=3.32.2 pkgrel=1 pkgdesc="GNOME's main interface to configure various aspects of the desktop" url="https://gitlab.gnome.org/GNOME/gnome-control-center" @@ -21,7 +21,7 @@ 'rygel: media sharing' 'openssh: remote login') groups=(gnome) -_commit=5606637c5e8722697f411f3e0394e91c1c30df64 # tags/3.32.1^0 +_commit=b3a3c544b37e6c355d94e13069fd86e3978a417d # gnome-3-32 source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git") sha256sums=('SKIP' @@ -37,6 +37,9 @@ git submodule init git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control" git submodule update + + # Fixup missing tag + git tag -f 3.32.2 b3a3c544b37e6c355d94e13069fd86e3978a417d }
