diff options
Diffstat (limited to 'community/incron/PKGBUILD')
-rw-r--r-- | community/incron/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/incron/PKGBUILD b/community/incron/PKGBUILD index 32778331c..6f526c274 100644 --- a/community/incron/PKGBUILD +++ b/community/incron/PKGBUILD @@ -7,7 +7,7 @@ pkgname=incron pkgver=0.5.10 pkgrel=3 pkgdesc="Like the regular cron but is driven by filesystem events instead of time periods" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://incron.aiken.cz/" license=('GPL') depends=('gcc-libs' 'bash') |