diff options
Diffstat (limited to 'community/swarp/PKGBUILD')
-rw-r--r-- | community/swarp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/swarp/PKGBUILD b/community/swarp/PKGBUILD index 452a0aba8..2f56facc1 100644 --- a/community/swarp/PKGBUILD +++ b/community/swarp/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.1 pkgrel=3 pkgdesc="Simple pointer warp" license=('MIT') -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://tools.suckless.org/" depends=(glibc libx11) source=(http://dl.suckless.org/tools/swarp-$pkgver.tar.gz |