diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-01-17 09:26:05 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-01-18 18:25:01 +0100 |
commit | e780e3f35cfc0a8d895b012163fee85115be04ad (patch) | |
tree | 596e47ddf7b9f4e37cde96997cd9bc58909fa791 /main/libotr/APKBUILD | |
parent | 0fdae302786a3a7026efc31cec94d94983cfba33 (diff) | |
download | aports-e780e3f35cfc0a8d895b012163fee85115be04ad.tar.bz2 aports-e780e3f35cfc0a8d895b012163fee85115be04ad.tar.xz |
main/libotr: rebuild against libgcrypt 1.6.0
Diffstat (limited to 'main/libotr/APKBUILD')
-rw-r--r-- | main/libotr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libotr/APKBUILD b/main/libotr/APKBUILD index 9fd2487bdf..3efe6c0dd3 100644 --- a/main/libotr/APKBUILD +++ b/main/libotr/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> pkgname=libotr pkgver=4.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Off The Record Messaging, an encryption library for secure IM conversations" url="http://otr.cypherpunks.ca/" arch="all" |