diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/dmidecode/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/f2fs-tools/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/guile1.8/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/libsidplayfp/PKGBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/extra/dmidecode/PKGBUILD b/extra/dmidecode/PKGBUILD index d36f8c5e7..4bd9ee2e4 100644 --- a/extra/dmidecode/PKGBUILD +++ b/extra/dmidecode/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dmidecode pkgver=2.12 pkgrel=2 pkgdesc="Desktop Management Interface table related utilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/dmidecode" license=('GPL') depends=('glibc') diff --git a/extra/f2fs-tools/PKGBUILD b/extra/f2fs-tools/PKGBUILD index d033c1e3b..4efad1040 100644 --- a/extra/f2fs-tools/PKGBUILD +++ b/extra/f2fs-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=f2fs-tools pkgver=1.1.0_130404 pkgrel=1 pkgdesc="Tools for Flash-Friendly File System (F2FS)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/f2fs-tools/" depends=('util-linux') license=('GPL') diff --git a/extra/guile1.8/PKGBUILD b/extra/guile1.8/PKGBUILD index 00991e313..36123ffad 100644 --- a/extra/guile1.8/PKGBUILD +++ b/extra/guile1.8/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.8.8 pkgrel=3 pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy branch.' url="http://www.gnu.org/software/guile/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo') source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz) diff --git a/extra/libsidplayfp/PKGBUILD b/extra/libsidplayfp/PKGBUILD index db97cbc97..d0f6ed36a 100644 --- a/extra/libsidplayfp/PKGBUILD +++ b/extra/libsidplayfp/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.0.3 pkgrel=2 pkgdesc='Library to play Commodore 64 music derived from libsidplay2' url='http://sourceforge.net/projects/sidplay-residfp/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') makedepends=('vice') optdepends=('vice: better SID support') |