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 3a8ea030ddb8..cc1ec4948293 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bluez-hcitool
pkgdesc = deprecated hcitool from bluez
- pkgver = 5.71
+ pkgver = 5.72
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.71.tar.xz
- sha256sums = b828d418c93ced1f55b616fb5482cf01537440bfb34fbda1a564f3ece94735d8
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.72.tar.xz
+ sha256sums = 499d7fa345a996c1bb650f5c6749e1d929111fa6ece0be0e98687fee6124536e
pkgname = bluez-hcitool
diff --git a/PKGBUILD b/PKGBUILD
index 692611a31e5d..1bc1e2f5576e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sergej Pupykin <arch+pub@sergej.pp.ru>
pkgname=bluez-hcitool
-pkgver=5.71
+pkgver=5.72
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=('b828d418c93ced1f55b616fb5482cf01537440bfb34fbda1a564f3ece94735d8')
+sha256sums=('499d7fa345a996c1bb650f5c6749e1d929111fa6ece0be0e98687fee6124536e')
build() {
cd bluez-${pkgver}/tools