diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-18 16:54:29 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-18 16:54:29 +0200 |
commit | 6d3d853af3b9042559c2d86a7e3907f97921fb28 (patch) | |
tree | c792505884d2ffee7dee3e9060637acfe25a7021 /community/pidgin-otr | |
parent | 5880798304726de24b4c520a62a15b3090950c08 (diff) | |
parent | 2f104ecf78d6a93ba8d67273b76364cb1365a6cf (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/soprano/PKGBUILD
extra/xfce4-sensors-plugin/PKGBUILD
Diffstat (limited to 'community/pidgin-otr')
-rw-r--r-- | community/pidgin-otr/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/pidgin-otr/PKGBUILD b/community/pidgin-otr/PKGBUILD index 2a01f18f7..3cfaae4ac 100644 --- a/community/pidgin-otr/PKGBUILD +++ b/community/pidgin-otr/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 57815 2011-11-03 09:57:10Z lfleischer $ +# $Id: PKGBUILD 70766 2012-05-16 13:08:20Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: Allan McRae <allan@archlinux.org> @@ -6,16 +6,17 @@ # Contributor: Marcel Wysocki <maci@satgnu.net> pkgname=pidgin-otr -pkgver=3.2.0 -pkgrel=3 +pkgver=3.2.1 +pkgrel=1 pkgdesc='Off-the-Record Messaging plugin for Pidgin.' arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://www.cypherpunks.ca/otr/' depends=('libotr>=3.2.0' 'pidgin' 'perlxml') +makedepends=('intltool') source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"{,.asc}) -md5sums=('8af70b654b7d7c5a5b7785699ff562f9' - '67d711a7a44cef2791f50b319aaf0e0e') +md5sums=('4c3f73cca729555ff46c09e789ef6896' + 'e9a6d699768bd888f086e697ad984aa7') build() { cd "${srcdir}/${pkgname}-${pkgver}" |