summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy2023-10-05 07:57:42 +0700
committerVadim Yanitskiy2023-10-05 08:01:21 +0700
commit7222e8f8f08ee1e3efc3c29e86eb82c0ecfc3fa6 (patch)
tree86c2c0c9f29b6f3d9b313f7114c48681a197a8d2
parent81e69ee04562fb61fa616081b8ef69ff93ce0cff (diff)
downloadaur-7222e8f8f08ee1e3efc3c29e86eb82c0ecfc3fa6.tar.gz
Update $pkgver: 5.69 -> 5.70
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2ae1b269ebe..75b71048ba51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bluez-hcitool
pkgdesc = deprecated hcitool from bluez
- pkgver = 5.69
+ pkgver = 5.70
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.69.tar.xz
- sha256sums = bc5a35ddc7c72d0d3999a0d7b2175c8b7d57ab670774f8b5b4900ff38a2627fc
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.70.tar.xz
+ sha256sums = 37e372e916955e144cb882f888e4be40898f10ae3b7c213ddcdd55ee9c009278
pkgname = bluez-hcitool
diff --git a/PKGBUILD b/PKGBUILD
index af79ffdba3cc..844e23179707 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sergej Pupykin <arch+pub@sergej.pp.ru>
pkgname=bluez-hcitool
-pkgver=5.69
+pkgver=5.70
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=('bc5a35ddc7c72d0d3999a0d7b2175c8b7d57ab670774f8b5b4900ff38a2627fc')
+sha256sums=('37e372e916955e144cb882f888e4be40898f10ae3b7c213ddcdd55ee9c009278')
build() {
cd bluez-${pkgver}/tools