aboutsummaryrefslogtreecommitdiffstats
path: root/main/libotr3/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libotr3/APKBUILD')
-rw-r--r--main/libotr3/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libotr3/APKBUILD b/main/libotr3/APKBUILD
index 17b635b9d3..89aecf7ff1 100644
--- a/main/libotr3/APKBUILD
+++ b/main/libotr3/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
pkgname=libotr3
pkgver=3.2.1
-pkgrel=3
+pkgrel=4
pkgdesc="Off The Record Messaging, an encryption library for secure IM conversations"
url="http://otr.cypherpunks.ca/"
arch="all"
@@ -51,6 +51,7 @@ tools() {
}
doc() {
+ default_doc
depends="$pkgname"
cd "$_builddir"
install -Dm0644 Protocol-v2.html "$subpkgdir"/usr/share/doc/$pkgname/Protocol-v2.html