git subrepo pull bluez-utils-compat
subrepo: subdir: "bluez-utils-compat" merged: "ce18b11" upstream: origin: "https://aur.archlinux.org/bluez-utils-compat" branch: "master" commit: "ce18b11" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
This commit is contained in:
parent
ac4cf800e8
commit
73ff1e5fc4
@ -1,6 +1,6 @@
|
||||
pkgbase = bluez-utils-compat
|
||||
pkgdesc = Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools.
|
||||
pkgver = 5.55
|
||||
pkgver = 5.56
|
||||
pkgrel = 1
|
||||
url = http://www.bluez.org/
|
||||
arch = i686
|
||||
@ -22,13 +22,13 @@ pkgbase = bluez-utils-compat
|
||||
depends = glib2
|
||||
optdepends = ell: for btpclient
|
||||
provides = bluez-hcidump
|
||||
provides = bluez-utils=5.55
|
||||
provides = bluez-utils=5.56
|
||||
provides = bluez-hcitool
|
||||
conflicts = bluez-hcidump
|
||||
conflicts = bluez-utils
|
||||
conflicts = bluez-hcitool
|
||||
source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.55.tar.xz
|
||||
sha256sums = 8863717113c4897e2ad3271fc808ea245319e6fd95eed2e934fae8e0894e9b88
|
||||
source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.56.tar.xz
|
||||
sha256sums = 59c4dba9fc8aae2a6a5f8f12f19bc1b0c2dc27355c7ca3123eed3fe6bd7d0b9d
|
||||
|
||||
pkgname = bluez-utils-compat
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
[subrepo]
|
||||
remote = https://aur.archlinux.org/bluez-utils-compat
|
||||
branch = master
|
||||
commit = 0c663fce561ac410869943fe0f7c4a21adb554c5
|
||||
parent = b4b18659d9d7674536381c4b107e80b405085661
|
||||
commit = ce18b1175861ea8c02057739a2608ff751dbf8b6
|
||||
parent = ac4cf800e846b06a3e8f78081ea373296f64db00
|
||||
method = merge
|
||||
cmdver = 0.4.3
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
pkgname='bluez-utils-compat'
|
||||
_pkgbase='bluez'
|
||||
pkgver=5.55
|
||||
pkgver=5.56
|
||||
pkgrel=1
|
||||
url="http://www.bluez.org/"
|
||||
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
|
||||
@ -19,7 +19,7 @@ conflicts=('bluez-hcidump' 'bluez-utils' 'bluez-hcitool')
|
||||
provides=('bluez-hcidump' "bluez-utils=${pkgver}" 'bluez-hcitool')
|
||||
source=(https://www.kernel.org/pub/linux/bluetooth/"${_pkgbase}-${pkgver}".tar.xz) #{xz,sign}
|
||||
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
|
||||
sha256sums=('8863717113c4897e2ad3271fc808ea245319e6fd95eed2e934fae8e0894e9b88')
|
||||
sha256sums=('59c4dba9fc8aae2a6a5f8f12f19bc1b0c2dc27355c7ca3123eed3fe6bd7d0b9d')
|
||||
#validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann <marcel@holtmann.org>
|
||||
|
||||
build() {
|
||||
@ -52,6 +52,7 @@ package() {
|
||||
cd "${_pkgbase}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" \
|
||||
install-binPROGRAMS \
|
||||
install-dist_zshcompletionDATA \
|
||||
install-man1
|
||||
|
||||
# add missing tools FS#41132, FS#41687, FS#42716
|
||||
@ -62,9 +63,6 @@ package() {
|
||||
done
|
||||
done
|
||||
|
||||
# libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
|
||||
#make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
|
||||
#rmdir ${pkgdir}/usr/lib
|
||||
rm -rf "${pkgdir}"/usr/lib
|
||||
|
||||
# move the hid2hci man page out
|
||||
|
Loading…
Reference in New Issue
Block a user