diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-15 07:55:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-15 07:55:27 +0000 |
commit | f5736311ea9a7db50cce12d73c2ad958b1868e19 (patch) | |
tree | 946edff5e2e82a0aee0f738310ae3307a14b2446 /main/gnome-bluetooth | |
parent | dbc92225c0d98dc426c62d3f1c7755e22b9b8405 (diff) | |
download | aports-f5736311ea9a7db50cce12d73c2ad958b1868e19.tar.bz2 aports-f5736311ea9a7db50cce12d73c2ad958b1868e19.tar.xz |
main/gnome-bluetooth: set replaces in -libs subpackage
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/ } |