diff options
Diffstat (limited to 'community/sxiv')
-rw-r--r-- | community/sxiv/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD index 0235cbcef..98e4f2380 100644 --- a/community/sxiv/PKGBUILD +++ b/community/sxiv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sxiv pkgver=0.9 pkgrel=1 pkgdesc='simple x image viewer' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') install=('sxiv.install') url='https://github.com/muennich/sxiv' |