diff options
Diffstat (limited to 'community/fbshot/PKGBUILD')
-rw-r--r-- | community/fbshot/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/fbshot/PKGBUILD b/community/fbshot/PKGBUILD index 489f897f8..9167a34fa 100644 --- a/community/fbshot/PKGBUILD +++ b/community/fbshot/PKGBUILD @@ -4,9 +4,9 @@ pkgname=fbshot pkgver=0.3 -pkgrel=4 +pkgrel=4.1 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') |