diff options
Diffstat (limited to 'community/highlight/PKGBUILD')
-rw-r--r-- | community/highlight/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/highlight/PKGBUILD b/community/highlight/PKGBUILD index 19cf2ef16..12c2fcb6c 100644 --- a/community/highlight/PKGBUILD +++ b/community/highlight/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.4 pkgrel=1 url="http://www.andre-simon.de/doku/highlight/highlight.html" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=(qt lua boost) source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2) md5sums=('9f1c39ca3a04c4599a7f3fda9928de47') |