diff options
Diffstat (limited to 'community/task/PKGBUILD')
-rw-r--r-- | community/task/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/task/PKGBUILD b/community/task/PKGBUILD index 9a8700cb9..859f47777 100644 --- a/community/task/PKGBUILD +++ b/community/task/PKGBUILD @@ -8,7 +8,7 @@ pkgname=task pkgver=2.1.2 pkgrel=3 pkgdesc="A command-line todo list manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://taskwarrior.org/projects/show/taskwarrior/" license=('MIT') depends=('lua' 'util-linux') |