diff options
Diffstat (limited to 'core/pth/PKGBUILD')
-rw-r--r-- | core/pth/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pth/PKGBUILD b/core/pth/PKGBUILD index 8ba1b8411..790da678f 100644 --- a/core/pth/PKGBUILD +++ b/core/pth/PKGBUILD @@ -3,9 +3,9 @@ pkgname=pth pkgver=2.0.7 -pkgrel=4 +pkgrel=4.1 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') |