diff options
Diffstat (limited to 'extra/libytnef/PKGBUILD')
-rw-r--r-- | extra/libytnef/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libytnef/PKGBUILD b/extra/libytnef/PKGBUILD index 8a48bb88e..0c5d6e7c5 100644 --- a/extra/libytnef/PKGBUILD +++ b/extra/libytnef/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)" url="http://freshmeat.net/projects/ytnef/" license=('GPL') -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') options=(!libtool) depends=('glibc') source=(http://downloads.sourceforge.net/ytnef/${pkgname}-${pkgver}.tar.gz) |