summaryrefslogtreecommitdiff
path: root/libre/grub
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-08 06:14:04 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-08 06:14:04 -0500
commitb43058c52b47fecc180b37edd37968c96df4c9a7 (patch)
tree74285b0915afa738df6234ba7a47391dc2a8f0d9 /libre/grub
parentd15d393d83d534bddbbc8bc29470888aae7c1a65 (diff)
Add mips64el in arch() in packages of libre repo
Diffstat (limited to 'libre/grub')
-rw-r--r--libre/grub/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD
index 7b9198d8d..94e4e7f62 100644
--- a/libre/grub/PKGBUILD
+++ b/libre/grub/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=grub
pkgver=0.97
pkgrel=21.3
pkgdesc="A GNU multiboot boot loader (Parabola rebranded)"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="http://www.gnu.org/software/grub/"
groups=('base')