diff options
Diffstat (limited to 'community/os-prober/PKGBUILD')
-rw-r--r-- | community/os-prober/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/os-prober/PKGBUILD b/community/os-prober/PKGBUILD index 7af48dcb7..f21929af6 100644 --- a/community/os-prober/PKGBUILD +++ b/community/os-prober/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.54 pkgrel=1 pkgdesc="Utility to detect other OSes on a set of drives" url="http://joey.kitenet.net/code/os-prober/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') depends=('sh') source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.gz) |