summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2021-08-26 10:20:40 -0400
committerTed Alff2021-08-26 10:20:40 -0400
commit0991fa149cf268aec684de040108c32f974ac786 (patch)
treeff301ebdf5de69b0e04ba4910fba0e6385bff941
parentb4d4e4427d34daeaa76dfe80da97db774db03e6e (diff)
downloadaur-0991fa149cf268aec684de040108c32f974ac786.tar.gz
Version bump 5.61
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 115371987b31..b5ae20ec68cc 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.60
+ pkgver = 5.61
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.60
+ provides = bluez-utils=5.61
provides = bluez-hcitool
conflicts = bluez-hcidump
conflicts = bluez-utils
conflicts = bluez-hcitool
- source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.60.tar.xz
- sha256sums = 710999580d01ee59ec585e5e7c07fd94eddedc001aa26fe7464c546f9d945304
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.61.tar.xz
+ sha256sums = 83afd6c52179554bfeabbcb538fec2eb6be90a8ac3c40871b49d7ad8b49c423b
pkgname = bluez-utils-compat
diff --git a/PKGBUILD b/PKGBUILD
index ce2a2c7c254e..09fecd7c4fc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='bluez-utils-compat'
_pkgbase='bluez'
-pkgver=5.60
+pkgver=5.61
pkgrel=1
url="http://www.bluez.org/"
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
@@ -17,9 +17,9 @@ makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell' 'python-docuti
optdepends=('ell: for btpclient')
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}
+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=('710999580d01ee59ec585e5e7c07fd94eddedc001aa26fe7464c546f9d945304')
+sha256sums=('83afd6c52179554bfeabbcb538fec2eb6be90a8ac3c40871b49d7ad8b49c423b') # 'SKIP')
#validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann <marcel@holtmann.org>
build() {