summaryrefslogtreecommitdiff
path: root/community/bacula
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2011-10-19 21:25:16 +0100
committerJoe <joe@joelightning.com>2011-10-19 21:25:16 +0100
commit27d3c41dc9cdeddc34fcdfd9f0c52441dfe98e2e (patch)
treec888ef322e155522524d86dd29c636555806afb9 /community/bacula
parent59d3bf8fcd52e5c8dfd889d677d0d75d75deae49 (diff)
Fixed the arch array
Diffstat (limited to 'community/bacula')
-rw-r--r--community/bacula/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bacula/PKGBUILD b/community/bacula/PKGBUILD
index 4093fe1a7..f775387d1 100644
--- a/community/bacula/PKGBUILD
+++ b/community/bacula/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=bacula
pkgver=5.0.3
pkgrel=6
pkgdesc="An advanced backup tool with network and tape changer support (MySQL backend)"
-arch=("i686" "x86_64")
+arch=(mips64el)
url="http://www.${pkgname}.org"
license=("GPL")
depends=("libmysqlclient")