diff options
Diffstat (limited to 'community/python-cx_freeze/PKGBUILD')
-rw-r--r-- | community/python-cx_freeze/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-cx_freeze/PKGBUILD b/community/python-cx_freeze/PKGBUILD index cc563b77a..74986cdc6 100644 --- a/community/python-cx_freeze/PKGBUILD +++ b/community/python-cx_freeze/PKGBUILD @@ -10,7 +10,7 @@ pkgname=('python-cx_freeze' 'python2-cx_freeze') pkgver=4.3.1 pkgrel=1 pkgdesc='Set of utilities for freezing Python scripts into executables' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://cx-freeze.sourceforge.net/' license=('PSF') makedepends=('python' 'python2') |