diff options
-rw-r--r-- | main/libotr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libotr/APKBUILD b/main/libotr/APKBUILD index 8fbb9873aa..cafe155ac8 100644 --- a/main/libotr/APKBUILD +++ b/main/libotr/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> pkgname=libotr pkgver=4.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Off The Record Messaging, an encryption library for secure IM conversations" url="http://otr.cypherpunks.ca/" arch="all" @@ -50,7 +50,7 @@ tools() { } doc() { - depends="$pkgname" + default_doc cd "$_builddir" install -Dm0644 Protocol-v2.html "$subpkgdir"/usr/share/doc/$pkgname/Protocol-v2.html install -Dm0644 README "$subpkgdir"/usr/share/doc/$pkgname/README |