summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2021-10-13 19:31:52 -0400
committerTed Alff2021-10-13 19:31:52 -0400
commit4e66f8903b369635279af3e2bba09542fca45560 (patch)
tree6ab124fcd8b42c62dd1166254ae3981c040b0891
parent0991fa149cf268aec684de040108c32f974ac786 (diff)
downloadaur-4e66f8903b369635279af3e2bba09542fca45560.tar.gz
Version bump 5.62
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5ae20ec68cc..09dc30b5aadc 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.61
+ pkgver = 5.62
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.61
+ provides = bluez-utils=5.62
provides = bluez-hcitool
conflicts = bluez-hcidump
conflicts = bluez-utils
conflicts = bluez-hcitool
- source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.61.tar.xz
- sha256sums = 83afd6c52179554bfeabbcb538fec2eb6be90a8ac3c40871b49d7ad8b49c423b
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.62.tar.xz
+ sha256sums = 38090a5b750e17fc08d3e52178ed8d3254c5f4bd2c48830d5c1955b88e3bc0c2
pkgname = bluez-utils-compat
diff --git a/PKGBUILD b/PKGBUILD
index 09fecd7c4fc5..534205d6bc97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='bluez-utils-compat'
_pkgbase='bluez'
-pkgver=5.61
+pkgver=5.62
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=('83afd6c52179554bfeabbcb538fec2eb6be90a8ac3c40871b49d7ad8b49c423b') # 'SKIP')
+sha256sums=('38090a5b750e17fc08d3e52178ed8d3254c5f4bd2c48830d5c1955b88e3bc0c2')
#validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann <marcel@holtmann.org>
build() {