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

Andreas Radke andyrtr at archlinux.org
Mon Sep 30 17:34:35 UTC 2019


    Date: Monday, September 30, 2019 @ 17:34:35
  Author: andyrtr
Revision: 363579

upgpkg: bluez 5.51-2

add zsh completion - FS#63955; fix another quoting error

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-30 17:24:33 UTC (rev 363578)
+++ PKGBUILD	2019-09-30 17:34:35 UTC (rev 363579)
@@ -5,7 +5,7 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
 pkgver=5.51
-pkgrel=1
+pkgrel=2
 url="http://www.bluez.org/"
 arch=('x86_64')
 license=('GPL2')
@@ -75,7 +75,7 @@
   cp -a doc/*.txt "${pkgdir}"/usr/share/doc/"${pkgbase}"/dbus-apis/
   # fix module loading errors
   install -dm755 "${pkgdir}"/usr/lib/modprobe.d
-  install -Dm644 "${srcdir}"/bluetooth.modprobe $"{pkgdir}"/usr/lib/modprobe.d/bluetooth-usb.conf
+  install -Dm644 "${srcdir}"/bluetooth.modprobe "${pkgdir}"/usr/lib/modprobe.d/bluetooth-usb.conf
   # load module at system start required by some functions
   # https://bugzilla.kernel.org/show_bug.cgi?id=196621
   install -dm755 "$pkgdir"/usr/lib/modules-load.d
@@ -96,6 +96,7 @@
   cd "${pkgbase}"-${pkgver}
   make DESTDIR="${pkgdir}" \
        install-binPROGRAMS \
+       install-dist_zshcompletionDATA \
        install-man1
 
   # add missing tools FS#41132, FS#41687, FS#42716



More information about the arch-commits mailing list