diff options
Diffstat (limited to 'main/gnome-bluetooth')
-rw-r--r-- | main/gnome-bluetooth/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gnome-bluetooth/APKBUILD b/main/gnome-bluetooth/APKBUILD index dcbb98ec89..8477eda774 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.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="The GNOME Bluetooth Subsystem" url="http://live.gnome.org/GnomeBluetooth" arch="all" @@ -57,6 +57,7 @@ package() { libs() { default_libs + replaces="gnome-bluetooth" mkdir -p "$subpkgdir"/usr/share mv "$pkgdir"/usr/share/icons "$subpkgdir"/usr/share/ } |