summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2da28c348dcb..90e5666f1fac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-bluez-libs
pkgver = 5.65
- pkgrel = 1
+ pkgrel = 2
url = http://www.bluez.org/
arch = x86_64
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index 3eccca3ed8bd..6bbe9abfda1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase=lib32-bluez-libs
pkgname=("${pkgbase}" 'lib32-bluez-plugins')
pkgver=5.65
-pkgrel=1
+pkgrel=2
url="http://www.bluez.org/"
arch=('x86_64')
license=('LGPL2.1')
@@ -70,4 +70,7 @@ package_lib32-bluez-plugins() {
cd "bluez-${pkgver}"
make DESTDIR=${pkgdir} \
install-pluginLTLIBRARIES
+
+ # Cleanup: these libs go into lib32-bluez-libs
+ rm "${pkgdir}"/usr/lib32/libbluetooth.so*
}