diff options
Diffstat (limited to 'community/uucp/PKGBUILD')
-rw-r--r-- | community/uucp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/uucp/PKGBUILD b/community/uucp/PKGBUILD index 065fee173..85ad36a75 100644 --- a/community/uucp/PKGBUILD +++ b/community/uucp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=uucp pkgver=1.07 pkgrel=3 pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP used on the GNU system" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.gnu.org/software/uucp/uucp.html" license=('GPL') makedepends=('wget' 'sed' 'grep') |