diff options
Diffstat (limited to 'community/zathura')
-rw-r--r-- | community/zathura/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD index 0d9b79ed3..4a4210cdb 100644 --- a/community/zathura/PKGBUILD +++ b/community/zathura/PKGBUILD @@ -6,7 +6,7 @@ pkgname=zathura pkgver=0.2.0 pkgrel=1 pkgdesc="a document viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pwmt.org/projects/zathura/" license=('custom') depends=('girara-gtk2' 'cairo' 'sqlite') |