diff options
author | Patrick Lühne | 2017-11-18 22:23:19 +0100 |
---|---|---|
committer | Patrick Lühne | 2017-11-18 22:23:19 +0100 |
commit | f3b803becd09fcf09b7b3154e082723be086a577 (patch) | |
tree | 0a8fa3fbf6301e98db1748fa81c77084c5129d86 | |
parent | 6f7404c01fca15d21b52d1c55d07273e385bfb69 (diff) | |
download | aur-f3b803becd09fcf09b7b3154e082723be086a577.tar.gz |
Set license to GPL 3
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ pkgbase = python-miio pkgrel = 1 url = https://github.com/rytilahti/python-miio arch = any - license = custom + license = GPL3 depends = python>=3.4 depends = python-android-backup-tools depends = python-attrs @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Python library & console tool for controlling Xiaomi smart appliances" url="https://github.com/rytilahti/python-miio" arch=('any') -license=('custom') +license=('GPL3') depends=('python>=3.4' 'python-android-backup-tools' 'python-attrs' 'python-click' 'python-construct' 'python-cryptography' 'python-pycryptodomex' 'python-pretty-cron' 'python-pytz' 'python-zeroconf') source=("https://github.com/rytilahti/${pkgname}/archive/${pkgver}.tar.gz" 'cryptodome-typing.patch') |