diff options
Diffstat (limited to 'extra/pstoedit/PKGBUILD')
-rw-r--r-- | extra/pstoedit/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/pstoedit/PKGBUILD b/extra/pstoedit/PKGBUILD index 1b1d5956c..dd5d0683e 100644 --- a/extra/pstoedit/PKGBUILD +++ b/extra/pstoedit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pstoedit pkgver=3.62 pkgrel=4 pkgdesc="Translates PostScript and PDF graphics into other vector formats" -arch=('i686' 'x86_64') +arch=("i686" "x86_64" 'mips64el') url="http://www.pstoedit.net/" license=('GPL') depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick') |