diff options
Diffstat (limited to 'community/nut/PKGBUILD')
-rw-r--r-- | community/nut/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nut/PKGBUILD b/community/nut/PKGBUILD index d98fa95df..efe7ae2d5 100644 --- a/community/nut/PKGBUILD +++ b/community/nut/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc='Records what you eat and analyzes your meals for nutrient levels in terms of the Daily Value or DV which is the standard for food labeling in the US.' url='http://nut.sourceforge.net/' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://downloads.sourceforge.net/project/nut/nut/${pkgver}/nut-${pkgver}.tar.gz") md5sums=('1b18b9fab54a778f21ee4cd95fca5c63') |