diff options
Diffstat (limited to 'extra/doxygen/PKGBUILD')
-rw-r--r-- | extra/doxygen/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/doxygen/PKGBUILD b/extra/doxygen/PKGBUILD index 2f4cbdf42..e7fa4372f 100644 --- a/extra/doxygen/PKGBUILD +++ b/extra/doxygen/PKGBUILD @@ -6,7 +6,7 @@ pkgname=('doxygen' 'doxygen-docs') pkgver=1.7.4 pkgrel=1 license=('GPL') -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.doxygen.org/" makedepends=('flex' 'qt' 'texlive-core' 'ghostscript' 'texlive-latexextra') source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz) |