diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-16 14:55:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-17 07:57:30 +0000 |
commit | 4ad9c8de24e363aed2eb8c071a5b7eaedd008efc (patch) | |
tree | d45380887b90c44c2a365e7feb77d25bced328bc /main/gnome-bluetooth | |
parent | 4b44ac015454a2d0f834fb27c15adaf4172bf55a (diff) | |
download | aports-4ad9c8de24e363aed2eb8c071a5b7eaedd008efc.tar.bz2 aports-4ad9c8de24e363aed2eb8c071a5b7eaedd008efc.tar.xz |
main/gnome-bluetooth: rebuild against eudev
Diffstat (limited to 'main/gnome-bluetooth')
-rw-r--r-- | main/gnome-bluetooth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gnome-bluetooth/APKBUILD b/main/gnome-bluetooth/APKBUILD index f80888eff3..3775ff81a0 100644 --- a/main/gnome-bluetooth/APKBUILD +++ b/main/gnome-bluetooth/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gnome-bluetooth pkgver=3.16.1 -pkgrel=0 +pkgrel=1 pkgdesc="The GNOME Bluetooth Subsystem" url="http://live.gnome.org/GnomeBluetooth" arch="all" @@ -9,7 +9,7 @@ license="GPL LGPL" depends="hicolor-icon-theme bluez>=5" makedepends="intltool py-gtk gobject-introspection-dev libunique-dev libnotify-dev libxi-dev libxslt py-libxml2 gnome-doc-utils - dbus-glib-dev gtk+3.0-dev itstool udev-dev" + dbus-glib-dev gtk+3.0-dev itstool eudev-dev" install= subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-libs" source="http://ftp.gnome.org/pub/GNOME/sources/gnome-bluetooth/${pkgver%.*}/gnome-bluetooth-$pkgver.tar.xz |