summaryrefslogtreecommitdiff
path: root/extra/doxygen/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-20 10:35:46 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-20 10:35:46 +0200
commit964dfed2669c05373815ba135efc563e313cf792 (patch)
treef4ccee9d34e51f3a53d7334f4fcec5bf2055a9f2 /extra/doxygen/PKGBUILD
parent4f22a5c482279b73ed0140e8962f75169f9b3e57 (diff)
parent383955a81810f344e11b1472bd4c5069fa77020c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/kvpnc/PKGBUILD extra/bmp/PKGBUILD extra/parted/PKGBUILD extra/python-m2crypto/PKGBUILD extra/vamp-plugin-sdk/PKGBUILD extra/xsane/PKGBUILD libre/syslinux/PKGBUILD
Diffstat (limited to 'extra/doxygen/PKGBUILD')
-rw-r--r--extra/doxygen/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/doxygen/PKGBUILD b/extra/doxygen/PKGBUILD
index dd7668585..c8803a2eb 100644
--- a/extra/doxygen/PKGBUILD
+++ b/extra/doxygen/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 178954 2013-03-01 10:20:02Z andrea $
+# $Id: PKGBUILD 185936 2013-05-19 21:23:57Z dan $
# Maintainer: Dan McGee <dan@archlinux.org>
pkgbase=doxygen
pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.3.1
-pkgrel=2
+pkgver=1.8.4
+pkgrel=1
license=('GPL')
arch=(i686 x86_64 'mips64el')
url="http://www.doxygen.org/"
makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
'texlive-latexextra' 'graphviz')
source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
-md5sums=('31b0aaab51c5cab7db9f0ebbe9f85530')
-sha1sums=('289fc809f44b8025d45279deefbaee7680efd88f')
+md5sums=('5f460b91c0d8c34a76173cf22015c2fc')
+sha1sums=('a363811b932e44d479addbadffcc8257cde60b44')
build() {
- . /etc/profile.d/qt4.sh
+ export PATH=$PATH:/usr/lib/qt4/bin
cd "${srcdir}/${pkgbase}-${pkgver}"
QTDIR=/usr ./configure --prefix /usr --with-doxywizard
make