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 /community/pidgin-otr | |
parent | e5f99abe2484d8fdfd1b2d57ba2233e027e9b64c (diff) |
Fri Nov 9 01:24:21 PST 2012
Diffstat (limited to 'community/pidgin-otr')
-rw-r--r-- | community/pidgin-otr/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/pidgin-otr/PKGBUILD b/community/pidgin-otr/PKGBUILD index 9da6e6fde..f0f8fbe96 100644 --- a/community/pidgin-otr/PKGBUILD +++ b/community/pidgin-otr/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 70766 2012-05-16 13:08:20Z lfleischer $ +# $Id: PKGBUILD 79622 2012-11-09 00:24:37Z ebelanger $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: Allan McRae <allan@archlinux.org> @@ -6,17 +6,17 @@ # Contributor: Marcel Wysocki <maci@satgnu.net> pkgname=pidgin-otr -pkgver=3.2.1 +pkgver=4.0.0 pkgrel=1 pkgdesc='Off-the-Record Messaging plugin for Pidgin.' arch=('i686' 'x86_64') license=('GPL') url='http://www.cypherpunks.ca/otr/' -depends=('libotr>=3.2.0' 'pidgin' 'perlxml') +depends=('libotr>=4.0.0' 'pidgin' 'perlxml') makedepends=('intltool') source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"{,.asc}) -md5sums=('4c3f73cca729555ff46c09e789ef6896' - 'e9a6d699768bd888f086e697ad984aa7') +md5sums=('eadb953376acc474e56041d4c12aa2c8' + '8c70a2fc6f5f0480f32178742ba96498') build() { cd "${srcdir}/${pkgname}-${pkgver}" |