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

Balló György bgyorgy at archlinux.org
Mon Jan 13 11:02:46 UTC 2020


    Date: Monday, January 13, 2020 @ 11:02:46
  Author: bgyorgy
Revision: 552326

upgpkg: blueberry 1.3.4-2: Add missing dependency on xapps (FS#65119)

Modified:
  blueberry/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-13 10:56:16 UTC (rev 552325)
+++ PKGBUILD	2020-01-13 11:02:46 UTC (rev 552326)
@@ -3,12 +3,12 @@
 
 pkgname=blueberry
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Bluetooth configuration tool"
 arch=('any')
 url="https://github.com/linuxmint/blueberry"
 license=('GPL')
-depends=('bluez-tools' 'gnome-bluetooth' 'python-dbus' 'python-gobject' 'python-setproctitle' 'rfkill')
+depends=('bluez-tools' 'gnome-bluetooth' 'python-dbus' 'python-gobject' 'python-setproctitle' 'rfkill' 'xapps')
 source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
 sha256sums=('9494bd39f9d7e0d4e98df42dae2646592e056834030dccce45933923e23a3a01')
 



More information about the arch-commits mailing list