diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-09 21:50:37 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-09 21:50:37 -0200 |
commit | 03d5565a5e31c4f5189f8fd91eaf11aac5b9d5d3 (patch) | |
tree | 07fc3972b70c63354bd4bbc2c6301781555354dc /libre/kdenetwork-kopete-libre/PKGBUILD | |
parent | ba4c662f002990f3dfd05596e9b68ac3a7891ecc (diff) |
kdenetwork-kopete-libre-4.9.3-1: better version of use-libotr3 patch
Diffstat (limited to 'libre/kdenetwork-kopete-libre/PKGBUILD')
-rwxr-xr-x | libre/kdenetwork-kopete-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/kdenetwork-kopete-libre/PKGBUILD b/libre/kdenetwork-kopete-libre/PKGBUILD index facd65fad..71c772a4e 100755 --- a/libre/kdenetwork-kopete-libre/PKGBUILD +++ b/libre/kdenetwork-kopete-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 10325 2012-11-06 13:01:47Z andrea $ +# $Id: PKGBUILD 170697 2012-11-09 20:49:27Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> @@ -18,7 +18,7 @@ makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr3' 'ppp' source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz" 'use-libotr3.patch') sha1sums=('2a0b31a292f4805224fdb0ba26a9426e1126f4f6' - '808fa0400dc419d446d4ff8a9b536b5fddcb4727') + '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384') build() { cd ${pkgbase}-${pkgver} |