summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2021-04-16 17:31:03 -0400
committerGI_Jack2021-04-16 17:31:03 -0400
commited83976e3bd4c1ccd8937debc2b07589e8d2ee26 (patch)
treece7789a3ab054fe55da49a639690771baa6beab4
parent6a1bf39f54c17fd07f45e52318af2171e9288098 (diff)
downloadaur-ed83976e3bd4c1ccd8937debc2b07589e8d2ee26.tar.gz
fixed license: MIT
-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")