summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-11-18 20:28:22 -0500
committerTed Alff2022-11-18 20:28:22 -0500
commit9a74ea74cd59aa032cb7ece7eeb093cd8deedbe4 (patch)
treef7883f709259574e1d3c1f1e52338808fef8ac54
parentc97cb104eaccc6c34a6e41ef323fb82c53efd240 (diff)
downloadaur-9a74ea74cd59aa032cb7ece7eeb093cd8deedbe4.tar.gz
Version bump 5.66
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b09eb98a3b22..fe08fc734f2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bluez-utils-compat
pkgdesc = Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools.
- pkgver = 5.65
+ pkgver = 5.66
pkgrel = 1
url = http://www.bluez.org/
arch = i686
@@ -23,13 +23,13 @@ pkgbase = bluez-utils-compat
depends = glib2
optdepends = ell: for btpclient
provides = bluez-hcidump
- provides = bluez-utils=5.65
+ provides = bluez-utils=5.66
provides = bluez-hcitool
conflicts = bluez-hcidump
conflicts = bluez-utils
conflicts = bluez-hcitool
backup = etc/bluetooth/mesh-main.conf
- source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.65.tar.xz
- sha256sums = 2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.66.tar.xz
+ sha256sums = 39fea64b590c9492984a0c27a89fc203e1cdc74866086efb8f4698677ab2b574
pkgname = bluez-utils-compat
diff --git a/PKGBUILD b/PKGBUILD
index 403ec2eb8ce3..ae3398d0b21c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='bluez-utils-compat'
_pkgbase='bluez'
-pkgver=5.65
+pkgver=5.66
pkgrel=1
url="http://www.bluez.org/"
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
@@ -20,7 +20,7 @@ provides=('bluez-hcidump' "bluez-utils=${pkgver}" 'bluez-hcitool')
backup=('etc/bluetooth/mesh-main.conf')
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=('2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4')
+sha256sums=('39fea64b590c9492984a0c27a89fc203e1cdc74866086efb8f4698677ab2b574')
#validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann <marcel@holtmann.org>
build() {
@@ -67,7 +67,7 @@ package() {
rm -rf "${pkgdir}"/usr/lib
# ship upstream mesh config file
- install -dm755 "${pkgdir}"/etc/bluetooth
+ install -dm555 "${pkgdir}"/etc/bluetooth
install -Dm644 "${srcdir}/${_pkgbase}-${pkgver}"/mesh/mesh-main.conf "${pkgdir}"/etc/bluetooth/mesh-main.conf
# move the hid2hci man page out