diff options
Diffstat (limited to 'core/pth/PKGBUILD')
-rw-r--r-- | core/pth/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pth/PKGBUILD b/core/pth/PKGBUILD index 8ba1b8411..a84b4ad1a 100644 --- a/core/pth/PKGBUILD +++ b/core/pth/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pth pkgver=2.0.7 pkgrel=4 pkgdesc="The GNU Portable Threads." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/pth/" license=('LGPL') depends=('glibc' 'awk') |