summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9304f6cf7bf..584b0c1cd98e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bluez-rfcomm
pkgdesc = deprecated rfcomm tool from bluez
- pkgver = 5.63
- pkgrel = 2
+ pkgver = 5.66
+ pkgrel = 1
url = http://www.bluez.org/
arch = i686
arch = x86_64
license = GPL2
depends = bluez
- source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.63.tar.xz
- sha256sums = 9349e11e8160bb3d720835d271250d8a7424d3690f5289e6db6fe07cc66c6d76
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.66.tar.xz
+ sha256sums = 39fea64b590c9492984a0c27a89fc203e1cdc74866086efb8f4698677ab2b574
pkgname = bluez-rfcomm
diff --git a/PKGBUILD b/PKGBUILD
index 4ccac7099bd7..27248df02173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Sergej Pupykin <arch+pub@sergej.pp.ru>
pkgname=bluez-rfcomm
-pkgver=5.63
-pkgrel=2
+pkgver=5.66
+pkgrel=1
pkgdesc="deprecated rfcomm tool from bluez"
url="http://www.bluez.org/"
arch=('i686' 'x86_64')
license=('GPL2')
depends=("bluez")
source=(https://www.kernel.org/pub/linux/bluetooth/bluez-${pkgver}.tar.xz)
-sha256sums=('9349e11e8160bb3d720835d271250d8a7424d3690f5289e6db6fe07cc66c6d76')
+sha256sums=('39fea64b590c9492984a0c27a89fc203e1cdc74866086efb8f4698677ab2b574')
build() {
cd bluez-${pkgver}