diff options
Diffstat (limited to 'community/inotify-tools')
-rw-r--r-- | community/inotify-tools/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/inotify-tools/PKGBUILD b/community/inotify-tools/PKGBUILD index 020afb70e..93215c7e6 100644 --- a/community/inotify-tools/PKGBUILD +++ b/community/inotify-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=inotify-tools pkgver=3.14 pkgrel=1 pkgdesc="inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://inotify-tools.sourceforge.net/" license=('GPL') depends=(glibc) |