diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-30 08:56:50 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-30 08:56:50 -0500 |
commit | 80148448a32ef60b19d35d7ff4e3a7443c43a41b (patch) | |
tree | e859645d9a90ab93ca3f6fc04b53075fff831632 /community/hardlink | |
parent | c7e80d90ff5637e1be58084748ff74d0aefda9dd (diff) |
Add mips64el in archs
Diffstat (limited to 'community/hardlink')
-rw-r--r-- | community/hardlink/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hardlink/PKGBUILD b/community/hardlink/PKGBUILD index edf5d6973..018471415 100644 --- a/community/hardlink/PKGBUILD +++ b/community/hardlink/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hardlink pkgver=0.2.0 pkgrel=1 pkgdesc='Replace file copies using hardlinks' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://jak-linux.org/projects/hardlink/' license=('custom: MIT') depends=('glibc' 'pcre') |