summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2022-08-04 12:17:24 -0700
committerGI_Jack2022-08-04 12:17:24 -0700
commita132ee8137e4163cd28668be94897d1cdac07fa6 (patch)
tree78cc99454c2ac974ebc22f094776c5a83340497b
parented83976e3bd4c1ccd8937debc2b07589e8d2ee26 (diff)
downloadaur-a132ee8137e4163cd28668be94897d1cdac07fa6.tar.gz
added python-gobject dep
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0855b5907715..2cf2826d7215 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo(replacement shim) v8
-# Fri Apr 16 05:30:58 PM EDT 2021
+# Thu Aug 4 12:17:20 PM PDT 2022
pkgbase = python-gatt
pkgdesc = Bluetooth GATT SDK for Python helps you implementing and communicating with any Bluetooth Low Energy device that has a GATT profile
pkgver = 0.2.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/getsenic/gatt-python
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = bluez
+ depends = python-gobject
source = https://files.pythonhosted.org/packages/source/g/gatt/gatt-0.2.7.tar.gz
sha256sums = 626d9de24a178b6eaff78c31b0bd29f962681da7caf18eb20363f6288d014e3a
pkgname = python-gatt
-
diff --git a/PKGBUILD b/PKGBUILD
index 30a83754060b..4490316c44fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-gatt
_pkgname=gatt
pkgver=0.2.7
-pkgrel=1
+pkgrel=2
pkgdesc="Bluetooth GATT SDK for Python helps you implementing and communicating with any Bluetooth Low Energy device that has a GATT profile"
url="https://github.com/getsenic/gatt-python"
arch=('any')
license=('MIT')
-depends=('python' 'bluez')
+depends=('python' 'bluez' 'python-gobject')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('626d9de24a178b6eaff78c31b0bd29f962681da7caf18eb20363f6288d014e3a')