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 | beadb5b8c5ef7be418488df6c8255bdae67e5808 (patch) | |
tree | eb1d9a6084841e8fa5158a6b708ecd2499e8c381 /main/libotr3 | |
parent | e780e3f35cfc0a8d895b012163fee85115be04ad (diff) | |
download | aports-beadb5b8c5ef7be418488df6c8255bdae67e5808.tar.bz2 aports-beadb5b8c5ef7be418488df6c8255bdae67e5808.tar.xz |
main/libotr3: rebuild against libgcrypt 1.6.0
Diffstat (limited to 'main/libotr3')
-rw-r--r-- | main/libotr3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libotr3/APKBUILD b/main/libotr3/APKBUILD index a463d2f984..ecf563b622 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=1 +pkgrel=2 pkgdesc="Off The Record Messaging, an encryption library for secure IM conversations" url="http://otr.cypherpunks.ca/" arch="all" |