diff options
Diffstat (limited to 'community/unpaper/PKGBUILD')
-rw-r--r-- | community/unpaper/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/unpaper/PKGBUILD b/community/unpaper/PKGBUILD index ea0e42e87..9c41757c9 100644 --- a/community/unpaper/PKGBUILD +++ b/community/unpaper/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="post-processing tool for scanned sheets of paper" url="http://$pkgname.berlios.de/" license="GPL" depends=() -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=(gcc) source=("http://download.berlios.de/unpaper/$pkgname-${pkgver}.tar.gz") md5sums=('be41eaf8556e7df39ab53939c99c4f7b') |