Date: Monday, March 9, 2020 @ 15:39:02 Author: heftig Revision: 377215
3.26.2-1 Modified: geocode-glib/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-09 13:50:45 UTC (rev 377214) +++ PKGBUILD 2020-03-09 15:39:02 UTC (rev 377215) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=geocode-glib -pkgver=3.26.1 +pkgver=3.26.2 pkgrel=1 pkgdesc="Helper library for geocoding services" url="https://gitlab.gnome.org/GNOME/geocode-glib" @@ -10,7 +10,7 @@ license=(LGPL) depends=(glib2 json-glib libsoup) makedepends=(gobject-introspection git gtk-doc meson) -_commit=8280732c9994e56931e751540f2890603182364a # tags/3.26.1^0 +_commit=34f420cbe1ff3f45fde9179ba07e0259b9ce505b # tags/3.26.2^0 source=("git+https://gitlab.gnome.org/GNOME/geocode-glib.git#commit=$_commit") sha256sums=('SKIP') @@ -30,8 +30,7 @@ } check() { - # Needs sv_SE.utf8, will not pass in chroot - : meson test -C build + meson test -C build --print-errorlogs } package() {
