[arch-commits] Commit in doxygen/trunk (PKGBUILD)
Dan McGee
dan at nymeria.archlinux.org
Sun May 19 21:23:46 UTC 2013
Date: Sunday, May 19, 2013 @ 23:23:46
Author: dan
Revision: 185935
upgpkg: doxygen 1.8.4-1
Modified:
doxygen/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-19 21:15:37 UTC (rev 185934)
+++ PKGBUILD 2013-05-19 21:23:46 UTC (rev 185935)
@@ -3,19 +3,19 @@
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)
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
More information about the arch-commits
mailing list