summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2022-04-06 14:32:32 +0200
committerJose Riha2022-04-06 14:32:32 +0200
commit15b5c5735e8f85dadfd917d7e78b1470f370267f (patch)
tree5762244815836f513ae4fe566c4e62a880668f53 /PKGBUILD
parentb716f81cf9abf15aaf9d06d6e7d67ae177f1c91d (diff)
downloadaur-15b5c5735e8f85dadfd917d7e78b1470f370267f.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"