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

Jan Steffens heftig at nymeria.archlinux.org
Sun Jun 9 11:28:55 UTC 2013


    Date: Sunday, June 9, 2013 @ 13:28:55
  Author: heftig
Revision: 188093

fix deps

Modified:
  gnome-bluetooth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-09 05:02:18 UTC (rev 188092)
+++ PKGBUILD	2013-06-09 11:28:55 UTC (rev 188093)
@@ -4,14 +4,14 @@
 
 pkgname=gnome-bluetooth
 pkgver=3.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNOME Bluetooth Subsystem"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://live.gnome.org/GnomeBluetooth"
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'libnotify')
-makedepends=('intltool' 'gobject-introspection' 'itstool' 'docbook-xsl')
-options=('!libtool' '!emptydirs')
+license=(GPL LGPL)
+depends=(gtk3 hicolor-icon-theme libnotify bluez4)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+options=(!libtool !emptydirs)
 install=gnome-bluetooth.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
         61-gnome-bluetooth-rfkill.rules)




More information about the arch-commits mailing list