aboutsummaryrefslogtreecommitdiffstats
path: root/main/libotr
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2014-05-24 10:38:35 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2014-05-26 09:11:35 +0000
commitae2d9f85b02a2c61b5a5ac18ee2c82ded51f34a7 (patch)
treef6b6102ad064b397648a96e8af65bb4342344a5b /main/libotr
parent958db132f4494d3d57e0a2d14b6e5676b73ed626 (diff)
downloadaports-ae2d9f85b02a2c61b5a5ac18ee2c82ded51f34a7.tar.bz2
aports-ae2d9f85b02a2c61b5a5ac18ee2c82ded51f34a7.tar.xz
main/libotr: specify license
Diffstat (limited to 'main/libotr')
-rw-r--r--main/libotr/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libotr/APKBUILD b/main/libotr/APKBUILD
index 3efe6c0dd3..872e7588e2 100644
--- a/main/libotr/APKBUILD
+++ b/main/libotr/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
pkgname=libotr
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
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"