diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-20 08:17:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-26 19:50:27 +0000 |
commit | fbdf885919fd88a7fafdc7559b6b9bf19d716908 (patch) | |
tree | b28c06da124ee3e3c4c0f4ea9f1e9d12462a6a09 /main/py-dbus | |
parent | e539990bf4fda8875ceaaf811a2aaa21a569010a (diff) | |
download | aports-fbdf885919fd88a7fafdc7559b6b9bf19d716908.tar.bz2 aports-fbdf885919fd88a7fafdc7559b6b9bf19d716908.tar.xz |
main/py-dbus: fix license
Diffstat (limited to 'main/py-dbus')
-rw-r--r-- | main/py-dbus/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-dbus/APKBUILD b/main/py-dbus/APKBUILD index 22f2e62025..50a0a68eab 100644 --- a/main/py-dbus/APKBUILD +++ b/main/py-dbus/APKBUILD @@ -2,11 +2,11 @@ pkgname=py-dbus _pkgname=dbus-python pkgver=1.2.8 -pkgrel=0 +pkgrel=1 pkgdesc="Python bindings for DBUS" url="http://www.freedesktop.org/wiki/Software/DBusBindings" arch="all" -license="GPL LGPL" +license="MIT X11" depends="python2" depends_dev="py-dbus" makedepends="dbus-glib-dev python2-dev py2-sphinx" |