[arch-commits] Commit in gajim/trunk (PKGBUILD gajim-drill.patch)

Gaetan Bisson bisson at nymeria.archlinux.org
Wed Mar 27 05:27:24 UTC 2013


    Date: Wednesday, March 27, 2013 @ 06:27:24
  Author: bisson
Revision: 180853

fix typo in ldns patch

Modified:
  gajim/trunk/PKGBUILD
  gajim/trunk/gajim-drill.patch

-------------------+
 PKGBUILD          |    4 ++--
 gajim-drill.patch |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-27 02:58:19 UTC (rev 180852)
+++ PKGBUILD	2013-03-27 05:27:24 UTC (rev 180853)
@@ -3,7 +3,7 @@
 
 pkgname=gajim
 pkgver=0.15.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A full featured and easy to use Jabber client"
 arch=('any')
 url="http://www.gajim.org/"
@@ -25,7 +25,7 @@
 install=gajim.install
 source=(http://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2 gajim-drill.patch)
 sha1sums=('6d8b94d8b0446005e80b5cc4c9b6b8eedfc42c99'
-          '998022ff282bce766463e1532239d27832168d5f')
+          'aba73d11ca2594e9f1c5c88734273f80ae79e7ad')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: gajim-drill.patch
===================================================================
--- gajim-drill.patch	2013-03-27 02:58:19 UTC (rev 180852)
+++ gajim-drill.patch	2013-03-27 05:27:24 UTC (rev 180853)
@@ -731,7 +731,7 @@
 +                domain = ufqdn
              if domain:
 -                rest = line[len(domain):].split('=')
-+                rest = line[len(domain)+1:].split(' SRV ')
++                rest = line[len(domain)+1:].split('\tSRV\t')
                  if len(rest) != 2:
                      continue
 -                answer_type, props_str = rest




More information about the arch-commits mailing list