summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f5efe52b536..0855b5907715 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo(replacement shim) v8
-# Fri Apr 16 05:28:44 PM EDT 2021
+# Fri Apr 16 05:30:58 PM EDT 2021
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
url = https://github.com/getsenic/gatt-python
arch = any
- license = GPLv3
+ license = MIT
makedepends = python-setuptools
depends = python
depends = bluez
diff --git a/PKGBUILD b/PKGBUILD
index 5337039f0106..30a83754060b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
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=('GPLv3')
+license=('MIT')
depends=('python' 'bluez')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")