diff options
-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 ecf563b62..27dfc5329 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" |