diff options
Diffstat (limited to 'core/tar/PKGBUILD')
-rw-r--r-- | core/tar/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tar/PKGBUILD b/core/tar/PKGBUILD index 1ddcafe09..5bc4add28 100644 --- a/core/tar/PKGBUILD +++ b/core/tar/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tar pkgver=1.26 pkgrel=1 pkgdesc="Utility used to store, backup, and transport files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/tar/tar.html" license=('GPL3') groups=('base') |