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

Balló György bgyorgy at archlinux.org
Sat Apr 28 16:46:18 UTC 2018


    Date: Saturday, April 28, 2018 @ 16:46:18
  Author: bgyorgy
Revision: 318376

upgpkg: blueman 2.0.5-2

Add net-tools to optdepends, fix dhcp config path

Modified:
  blueman/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-28 16:27:33 UTC (rev 318375)
+++ PKGBUILD	2018-04-28 16:46:18 UTC (rev 318376)
@@ -5,7 +5,7 @@
 
 pkgname=blueman
 pkgver=2.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ Bluetooth Manager"
 arch=('x86_64')
 url="https://github.com/blueman-project/blueman"
@@ -14,6 +14,7 @@
 makedepends=('cython' 'intltool')
 optdepends=('dnsmasq: Network Access Point (NAP) support'
             'networkmanager: Dial Up Networking (DUN) and Personal Area Networking (PAN) support'
+            'net-tools: Network Access Point (NAP) support'
             'pulseaudio-bluetooth: audio devices support')
 source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
 sha256sums=('2c2eb9bbdcb6056eebcae1bec758f6a8ec752739b65794f6be3e0066ca1f88ca')
@@ -35,7 +36,8 @@
     --prefix=/usr \
     --sysconfdir=/etc \
     --libexecdir=/usr/lib/$pkgname \
-    --disable-schemas-compile
+    --disable-schemas-compile \
+    --with-dhcp-config='/etc/dhcpd.conf'
   make
 }
 



More information about the arch-commits mailing list