Date: Saturday, January 9, 2021 @ 19:17:27 Author: heftig Revision: 405877
3.38.3-1 Modified: gnome-maps/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-09 19:17:04 UTC (rev 405876) +++ PKGBUILD 2021-01-09 19:17:27 UTC (rev 405877) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <j...@archlinux.org> pkgname=gnome-maps -pkgver=3.38.2 +pkgver=3.38.3 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) makedepends=(gobject-introspection git meson yelp-tools) groups=(gnome) -_commit=917b6c84e90d7be8bb9a2070677ba19c3cebad7b # tags/v3.38.2^0 +_commit=5236a3fd8a346309d94951e9827cafa1d0b3e360 # gnome-3-38 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit") sha256sums=('SKIP') @@ -22,6 +22,7 @@ prepare() { cd $pkgname + git tag -f v3.38.3 5236a3fd8a346309d94951e9827cafa1d0b3e360 # Missing tag } build() {