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

Balló György bgyorgy at archlinux.org
Sun Apr 2 11:35:04 UTC 2017


    Date: Sunday, April 2, 2017 @ 11:35:03
  Author: bgyorgy
Revision: 220317

upgpkg: blueberry 1.1.10-2

Add missing depedency on bluez-tools (FS#53514)

Modified:
  blueberry/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-02 11:32:37 UTC (rev 220316)
+++ PKGBUILD	2017-04-02 11:35:03 UTC (rev 220317)
@@ -4,12 +4,12 @@
 
 pkgname=blueberry
 pkgver=1.1.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Bluetooth configuration tool"
 arch=('any')
 url="https://github.com/linuxmint/blueberry"
 license=('GPL')
-depends=('gnome-bluetooth' 'python2-dbus' 'python2-gobject' 'python2-setproctitle' 'rfkill')
+depends=('bluez-tools' 'gnome-bluetooth' 'python2-dbus' 'python2-gobject' 'python2-setproctitle' 'rfkill')
 source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
 sha256sums=('2a360c2b71d06a1e3a6bde973b41bfd3d08d4b2473be45dc29a8c02335b80fe6')
 



More information about the arch-commits mailing list