diff options
Diffstat (limited to 'community/fbshot/PKGBUILD')
-rw-r--r-- | community/fbshot/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fbshot/PKGBUILD b/community/fbshot/PKGBUILD index 752c53faa..48d6ce110 100644 --- a/community/fbshot/PKGBUILD +++ b/community/fbshot/PKGBUILD @@ -4,7 +4,7 @@ pkgname=fbshot pkgver=0.3 pkgrel=3 pkgdesc="Takes screenshots (PNG) from your framebuffer device (e.g. console)." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.sfires.net/fbshot/" license=('GPL') depends=('libpng') |