Date: Saturday, August 14, 2021 @ 23:26:44
  Author: heftig
Revision: 422262

237-1

Modified:
  libgudev/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-08-14 22:31:54 UTC (rev 422261)
+++ PKGBUILD    2021-08-14 23:26:44 UTC (rev 422262)
@@ -1,15 +1,15 @@
 # Maintainer: Evangelos Foutras <evange...@foutrelis.com>
 
 pkgname=libgudev
-pkgver=236
+pkgver=237
 pkgrel=1
 pkgdesc="GObject bindings for libudev"
 url="https://wiki.gnome.org/Projects/libgudev";
 arch=(x86_64)
 license=(LGPL2.1)
-depends=(systemd-libs glib2)
-makedepends=(systemd gobject-introspection gtk-doc git meson umockdev vala)
-_commit=e4a0b196615690e4c1910af3cd57872af4f8e2ec  # tags/236^0
+depends=(systemd glib2)
+makedepends=(gobject-introspection gtk-doc git meson umockdev vala)
+_commit=dff7a794e55d6ad7a10e8edacd73aa047593e74c  # tags/237^0
 source=("git+https://gitlab.gnome.org/GNOME/libgudev.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -20,6 +20,11 @@
 
 prepare() {
   cd $pkgname
+
+  # Use a locale with "," decimal separator that we
+  # actually have available in the build environments
+  sed -e 's/fr_FR\.UTF-8/de_DE.UTF-8/g' \
+      -i tests/meson.build tests/test-double.c
 }
 
 build() {

Reply via email to