diff options
Diffstat (limited to 'community/partimage/PKGBUILD')
-rw-r--r-- | community/partimage/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/partimage/PKGBUILD b/community/partimage/PKGBUILD index f3cecc40a..679a5bebe 100644 --- a/community/partimage/PKGBUILD +++ b/community/partimage/PKGBUILD @@ -9,7 +9,7 @@ pkgname=partimage pkgver=0.6.9 pkgrel=4 pkgdesc='Partition Image saves partitions in many formats to an image file.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.partimage.org/' license=('GPL') depends=('libnewt' 'lzo' 'bzip2' 'openssl') |