diff options
author | root <root@rshg054.dnsready.net> | 2012-11-09 01:24:21 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-09 01:24:21 -0800 |
commit | c865fc041a0945e396f139a86315f6a25b1d4dec (patch) | |
tree | 95e232fb3fc00a803572f8e58af5b08d55ca070f /extra/libotr/PKGBUILD | |
parent | e5f99abe2484d8fdfd1b2d57ba2233e027e9b64c (diff) |
Fri Nov 9 01:24:21 PST 2012
Diffstat (limited to 'extra/libotr/PKGBUILD')
-rw-r--r-- | extra/libotr/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libotr/PKGBUILD b/extra/libotr/PKGBUILD index 3ac3a9866..7a86561e6 100644 --- a/extra/libotr/PKGBUILD +++ b/extra/libotr/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 165291 2012-08-14 23:10:37Z bisson $ +# $Id: PKGBUILD 170571 2012-11-09 00:21:42Z eric $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> # Contributor: Bug <Bug2000@gmail.com> pkgname=libotr -pkgver=3.2.1 +pkgver=4.0.0 pkgrel=1 pkgdesc='Off-the-Record Messaging Library and Toolkit' url='http://www.cypherpunks.ca/otr/' @@ -13,7 +13,7 @@ arch=('i686' 'x86_64') depends=('libgcrypt') options=('!libtool') source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz") -sha1sums=('898bf00d019f49ca34cd0116dd2e22685c67c394') +sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc') build() { cd "${srcdir}/${pkgname}-${pkgver}" |