Date: Thursday, March 14, 2019 @ 15:13:09 Author: heftig Revision: 348020
3.26.1-1 Modified: geocode-glib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-14 15:09:13 UTC (rev 348019) +++ PKGBUILD 2019-03-14 15:13:09 UTC (rev 348020) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=geocode-glib -pkgver=3.26.0 +pkgver=3.26.1 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=da3cf65f09dbfbf0fe417e20b469d146255d5234 # tags/3.26.0^0 +_commit=8280732c9994e56931e751540f2890603182364a # tags/3.26.1^0 source=("git+https://gitlab.gnome.org/GNOME/geocode-glib.git#commit=$_commit") sha256sums=('SKIP') @@ -31,7 +31,7 @@ check() { # Needs sv_SE.utf8, will not pass in chroot - meson test -C build || : + : meson test -C build } package() {
