diff options
Diffstat (limited to 'extra/dotconf/PKGBUILD')
-rw-r--r-- | extra/dotconf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/dotconf/PKGBUILD b/extra/dotconf/PKGBUILD index 14b7bb6f1..f8c0b9061 100644 --- a/extra/dotconf/PKGBUILD +++ b/extra/dotconf/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.3 pkgrel=1 pkgdesc='A C library for parsing configuration files' url="http://www.opentts.org/projects/dotconf/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc') makedepends=('pkgconfig' 'findutils') license=('LGPL2.1') |