diff options
Diffstat (limited to 'community/vbetool/PKGBUILD')
-rw-r--r-- | community/vbetool/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/vbetool/PKGBUILD b/community/vbetool/PKGBUILD index 1eb2b244c..d39993d3b 100644 --- a/community/vbetool/PKGBUILD +++ b/community/vbetool/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=2 pkgdesc="Uses lrmi in order to run code from the video BIOS" url="http://www.srcf.ucam.org/~mjg59/vbetool/" license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('zlib' 'libx86') makedepends=('pciutils') source=("http://www.codon.org.uk/~mjg59/${pkgname}/download/${pkgname}-${pkgver}.tar.gz") |