diff options
Diffstat (limited to 'extra/potrace/PKGBUILD')
-rw-r--r-- | extra/potrace/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/potrace/PKGBUILD b/extra/potrace/PKGBUILD index e628b9b0c..48f6111a7 100644 --- a/extra/potrace/PKGBUILD +++ b/extra/potrace/PKGBUILD @@ -4,10 +4,10 @@ pkgname=potrace pkgver=1.10 -pkgrel=1 +pkgrel=1.1 pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)' url='http://potrace.sourceforge.net/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('zlib') options=('!libtool') |