diff options
Diffstat (limited to 'core/fakeroot/PKGBUILD')
-rw-r--r-- | core/fakeroot/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fakeroot/PKGBUILD b/core/fakeroot/PKGBUILD index e9d642574..c65b8d0df 100644 --- a/core/fakeroot/PKGBUILD +++ b/core/fakeroot/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fakeroot pkgver=1.15.1 pkgrel=1 pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://packages.debian.org/fakeroot" groups=('base-devel') |