summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75b71048ba51..3a8ea030ddb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bluez-hcitool
pkgdesc = deprecated hcitool from bluez
- pkgver = 5.70
+ pkgver = 5.71
pkgrel = 1
url = http://www.bluez.org/
arch = i686
arch = x86_64
license = GPL2
depends = bluez-libs
- source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.70.tar.xz
- sha256sums = 37e372e916955e144cb882f888e4be40898f10ae3b7c213ddcdd55ee9c009278
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.71.tar.xz
+ sha256sums = b828d418c93ced1f55b616fb5482cf01537440bfb34fbda1a564f3ece94735d8
pkgname = bluez-hcitool
diff --git a/PKGBUILD b/PKGBUILD
index 844e23179707..692611a31e5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sergej Pupykin <arch+pub@sergej.pp.ru>
pkgname=bluez-hcitool
-pkgver=5.70
+pkgver=5.71
pkgrel=1
pkgdesc="deprecated hcitool from bluez"
url="http://www.bluez.org/"
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
license=('GPL2')
depends=("bluez-libs")
source=(https://www.kernel.org/pub/linux/bluetooth/bluez-${pkgver}.tar.xz)
-sha256sums=('37e372e916955e144cb882f888e4be40898f10ae3b7c213ddcdd55ee9c009278')
+sha256sums=('b828d418c93ced1f55b616fb5482cf01537440bfb34fbda1a564f3ece94735d8')
build() {
cd bluez-${pkgver}/tools