[arch-commits] Commit in brltty/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Jul 6 18:05:34 UTC 2021


    Date: Tuesday, July 6, 2021 @ 18:05:25
  Author: dvzrv
Revision: 419045

upgpkg: brltty 6.3-3: Rebuild to correct dependency.

The brltty actually links against pcre2, not pcre:
https://bugs.archlinux.org/task/71306

Modified:
  brltty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-06 17:20:50 UTC (rev 419044)
+++ PKGBUILD	2021-07-06 18:05:25 UTC (rev 419045)
@@ -6,12 +6,12 @@
 
 pkgname=brltty
 pkgver=6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Braille display driver for Linux/Unix"
 arch=('x86_64')
 url="https://brltty.app"
 license=('LGPL2.1')
-depends=('bluez-libs' 'gcc-libs' 'glibc' 'liblouis' 'libspeechd' 'pcre'
+depends=('bluez-libs' 'gcc-libs' 'glibc' 'liblouis' 'libspeechd' 'pcre2'
 'polkit' 'tcl')
 makedepends=('alsa-lib' 'at-spi2-atk' 'at-spi2-core' 'atk' 'cython' 'dbus'
 'dracut' 'espeak-ng' 'expat' 'festival' 'glib2' 'gpm' 'icu' 'java-environment'




More information about the arch-commits mailing list