diff options
author | Joe <joe@joelightning.com> | 2011-10-19 21:25:16 +0100 |
---|---|---|
committer | Joe <joe@joelightning.com> | 2011-10-19 21:25:16 +0100 |
commit | 27d3c41dc9cdeddc34fcdfd9f0c52441dfe98e2e (patch) | |
tree | c888ef322e155522524d86dd29c636555806afb9 /community/bacula | |
parent | 59d3bf8fcd52e5c8dfd889d677d0d75d75deae49 (diff) |
Fixed the arch array
Diffstat (limited to 'community/bacula')
-rw-r--r-- | community/bacula/PKGBUILD | 2 |
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") |