diff options
Diffstat (limited to 'community/slock/PKGBUILD')
-rw-r--r-- | community/slock/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/slock/PKGBUILD b/community/slock/PKGBUILD index b6fbb2ebe..a28fa9961 100644 --- a/community/slock/PKGBUILD +++ b/community/slock/PKGBUILD @@ -6,7 +6,7 @@ pkgname=slock pkgver=1.1 pkgrel=1 pkgdesc="A simple screen locker for X" -arch=('i686' 'x86_64') +arch=('mips64el' 'i686' 'x86_64') url="http://tools.suckless.org/slock" license=('MIT') depends=('libxext') |