diff options
Diffstat (limited to 'extra/pysmbc')
-rw-r--r-- | extra/pysmbc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/pysmbc/PKGBUILD b/extra/pysmbc/PKGBUILD index 3864697f8..ff5c6b82e 100644 --- a/extra/pysmbc/PKGBUILD +++ b/extra/pysmbc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pysmbc pkgver=1.0.11.1 pkgrel=1 pkgdesc="Python bindings for libsmbclient" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pypi.python.org/pypi/pysmbc/" license=('GPL') depends=('python2' 'smbclient') |