summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2022-04-06 14:32:32 +0200
committerJose Riha2022-04-06 14:32:32 +0200
commit15b5c5735e8f85dadfd917d7e78b1470f370267f (patch)
tree5762244815836f513ae4fe566c4e62a880668f53
parentb716f81cf9abf15aaf9d06d6e7d67ae177f1c91d (diff)
downloadaur-15b5c5735e8f85dadfd917d7e78b1470f370267f.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d58a58906f0..17a7004f715c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pygatt
pkgdesc = Python Bluetooth LE (Low Energy) and GATT Library
- pkgver = 4.0.3
- pkgrel = 3
+ pkgver = 4.0.5
+ pkgrel = 1
url = https://github.com/peplin/pygatt
arch = any
license = APACHE
@@ -9,7 +9,7 @@ pkgbase = python-pygatt
depends = python-enum-compat
depends = python-pexpect
depends = python-pyserial
- source = https://files.pythonhosted.org/packages/source/p/pygatt/pygatt-4.0.3.tar.gz
- sha256sums = b1db8e294fc9c68f4dee66e7e2bdde3240c18c2495237059b83f3e7ca9897466
+ source = https://files.pythonhosted.org/packages/source/p/pygatt/pygatt-4.0.5.tar.gz
+ sha256sums = 7f4e0ec72f03533a3ef5fdd532f08d30ab7149213495e531d0f6580e9fcb1a7d
pkgname = python-pygatt
diff --git a/PKGBUILD b/PKGBUILD
index 5260493590c9..ee2abce37db9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-pygatt
_module=pygatt
-pkgver=4.0.3
-pkgrel=3
+pkgver=4.0.5
+pkgrel=1
pkgdesc="Python Bluetooth LE (Low Energy) and GATT Library"
url="https://github.com/peplin/pygatt"
depends=('python-enum-compat' 'python-pexpect' 'python-pyserial')
@@ -12,7 +12,7 @@ license=('APACHE')
arch=('any')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('b1db8e294fc9c68f4dee66e7e2bdde3240c18c2495237059b83f3e7ca9897466')
+sha256sums=('7f4e0ec72f03533a3ef5fdd532f08d30ab7149213495e531d0f6580e9fcb1a7d')
build() {
cd "${srcdir}/${_module}-${pkgver}"