summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-03-17 22:36:29 -0400
committerTed Alff2022-03-17 22:36:29 -0400
commit25035d48fd5c26ef17185747f1501e367fedd7cc (patch)
treecd2acb8c32ddaae11f4b01265db45a71f651445c
parent70117d5b73ded6c2064fb5781d97f427b19d90e8 (diff)
downloadaur-25035d48fd5c26ef17185747f1501e367fedd7cc.tar.gz
version bump 5.64
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ded8d6607ac..cd8bc5887704 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.63
+ pkgver = 5.64
pkgrel = 1
url = http://www.bluez.org/
arch = i686
@@ -23,12 +23,12 @@ pkgbase = bluez-utils-compat
depends = glib2
optdepends = ell: for btpclient
provides = bluez-hcidump
- provides = bluez-utils=5.63
+ provides = bluez-utils=5.64
provides = bluez-hcitool
conflicts = bluez-hcidump
conflicts = bluez-utils
conflicts = bluez-hcitool
- source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.63.tar.xz
- sha256sums = 9349e11e8160bb3d720835d271250d8a7424d3690f5289e6db6fe07cc66c6d76
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.64.tar.xz
+ sha256sums = ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34
pkgname = bluez-utils-compat
diff --git a/PKGBUILD b/PKGBUILD
index 3d7f43422b85..317bae224901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='bluez-utils-compat'
_pkgbase='bluez'
-pkgver=5.63
+pkgver=5.64
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=('9349e11e8160bb3d720835d271250d8a7424d3690f5289e6db6fe07cc66c6d76')
+sha256sums=('ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34')
#validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann <marcel@holtmann.org>
build() {