diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-28 17:33:53 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-28 17:33:53 -0500 |
commit | a9f2ee33f4d847cfa5b112747de46becdb6b46b5 (patch) | |
tree | 15c5dfa531c3ba51126d944f8e16aa096fa93315 /community/partclone | |
parent | bc0e43bd6999fb2784d73ca0e501a645179b1720 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/partclone')
-rw-r--r-- | community/partclone/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/partclone/PKGBUILD b/community/partclone/PKGBUILD index f8fee5daa..8f06f9a2e 100644 --- a/community/partclone/PKGBUILD +++ b/community/partclone/PKGBUILD @@ -9,7 +9,7 @@ pkgname=partclone pkgver=0.2.48 pkgrel=4 pkgdesc="Back up and restore used-blocks of a partition" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://partclone.org" license=('GPL') depends=('progsreiserfs' 'ntfs-3g') |