diff options
Diffstat (limited to 'community/pstotext/PKGBUILD')
-rw-r--r-- | community/pstotext/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pstotext/PKGBUILD b/community/pstotext/PKGBUILD index 7b9f890b8..5750f2301 100644 --- a/community/pstotext/PKGBUILD +++ b/community/pstotext/PKGBUILD @@ -8,7 +8,7 @@ pkgname=pstotext pkgver=1.9 pkgrel=2 pkgdesc="Converts Postscript to text" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cs.wisc.edu/~ghost/doc/pstotext.htm" license=('GPL') depends=('ghostscript') |