summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/doxygen/PKGBUILD8
-rw-r--r--extra/telepathy-gabble/PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/extra/doxygen/PKGBUILD b/extra/doxygen/PKGBUILD
index 727981572..0b64ad9d0 100644
--- a/extra/doxygen/PKGBUILD
+++ b/extra/doxygen/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 117080 2011-03-28 14:57:03Z dan $
+# $Id: PKGBUILD 135533 2011-08-15 02:13:14Z dan $
# Maintainer: Dan McGee <dan@archlinux.org>
pkgbase=doxygen
pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.7.4
+pkgver=1.7.5
pkgrel=1
license=('GPL')
arch=(i686 x86_64 'mips64el')
url="http://www.doxygen.org/"
makedepends=('flex' 'texlive-core' 'ghostscript' 'texlive-latexextra') #'qt'
source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
-md5sums=('ff908759ff7cd9464424b04ae6c68e48')
-sha1sums=('4f68b655c93265cb15ef1b8c9ca35ebc39698cf0')
+md5sums=('40912d0a4b8248d78df6f705837dcd80')
+sha1sums=('406c261950b73037d91a2dce0799693a42d96051')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"
diff --git a/extra/telepathy-gabble/PKGBUILD b/extra/telepathy-gabble/PKGBUILD
index cff9140ab..9cdf5653b 100644
--- a/extra/telepathy-gabble/PKGBUILD
+++ b/extra/telepathy-gabble/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 133089 2011-07-27 19:11:28Z ibiru $
+# $Id: PKGBUILD 135521 2011-08-14 19:04:44Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Daniel Balieiro <daniel@balieiro.com>
# Contributor: Rodrigo L. M. Flores <mail@rodrigoflores.org>
pkgname=telepathy-gabble
pkgver=0.12.4
-pkgrel=1
+pkgrel=3
pkgdesc="A Jabber/XMPP connection manager for Telepathy"
arch=('i686' 'x86_64' 'mips64el')
url="http://telepathy.freedesktop.org"
@@ -20,7 +20,7 @@ md5sums=('428962565d568667d3ff1aa7eee3da51')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
- --libexecdir=/usr/lib/telepathy
+ --libexecdir=/usr/lib/telepathy --with-tls=openssl
make
}