diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-27 19:46:39 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-27 19:46:39 +0200 |
commit | 3531a0545d86febbfa8c6ebf58228cec634beb6f (patch) | |
tree | bba40fa531d6da191806930c63cf2c732d2b020d /core/pth/PKGBUILD | |
parent | f1d16764c14c009da1beabc555dfd62eaa22d696 (diff) |
Build for mips64el packages moved to core.
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') |