diff options
Diffstat (limited to 'extra/potrace/PKGBUILD')
-rw-r--r-- | extra/potrace/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/potrace/PKGBUILD b/extra/potrace/PKGBUILD index 0debf3aa1..749e2cd23 100644 --- a/extra/potrace/PKGBUILD +++ b/extra/potrace/PKGBUILD @@ -6,7 +6,7 @@ pkgname=potrace pkgver=1.9 pkgrel=2 pkgdesc='Utility for tracing a bitmap. Input: PBM, PGM, PPM, or BMP. Output: EPS, PostScript, PDF, SVG, Xfig, Gimppath, or PGM.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://potrace.sourceforge.net/' license=('GPL') depends=('zlib') |