diff options
Diffstat (limited to 'community/sarg/PKGBUILD')
-rw-r--r-- | community/sarg/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sarg/PKGBUILD b/community/sarg/PKGBUILD index 600cccdb1..dc61c3a03 100644 --- a/community/sarg/PKGBUILD +++ b/community/sarg/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sarg pkgver=2.3.1 pkgrel=3 pkgdesc="Squid Analysis Report Generator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sarg.sourceforge.net" license=('GPL') depends=('gd' 'libldap') |