diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-05-24 10:39:17 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-05-26 09:11:35 +0000 |
commit | 616d64cca824e18e29d7e6002b55425a208ee3b4 (patch) | |
tree | 29ef68b598219bcd6b90e7423471bd0bbb20d2e5 /main/libotr3 | |
parent | ae2d9f85b02a2c61b5a5ac18ee2c82ded51f34a7 (diff) | |
download | aports-616d64cca824e18e29d7e6002b55425a208ee3b4.tar.bz2 aports-616d64cca824e18e29d7e6002b55425a208ee3b4.tar.xz |
main/libotr3: specify license
Diffstat (limited to 'main/libotr3')
-rw-r--r-- | main/libotr3/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libotr3/APKBUILD b/main/libotr3/APKBUILD index ecf563b622..27dfc5329b 100644 --- a/main/libotr3/APKBUILD +++ b/main/libotr3/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> pkgname=libotr3 pkgver=3.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="Off The Record Messaging, an encryption library for secure IM conversations" url="http://otr.cypherpunks.ca/" arch="all" -license="LGPL" +license="LGPL2+" depends= depends_dev="libgcrypt-dev" makedepends="$depends_dev" |