diff options
Diffstat (limited to 'extra/libplist/PKGBUILD')
-rw-r--r-- | extra/libplist/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libplist/PKGBUILD b/extra/libplist/PKGBUILD index 0121e951c..8032f5d86 100644 --- a/extra/libplist/PKGBUILD +++ b/extra/libplist/PKGBUILD @@ -4,10 +4,10 @@ pkgname=libplist pkgver=1.4 -pkgrel=1 +pkgrel=1.1 pkgdesc="A library to handle Apple Property List format whereas it's binary or XML" url="http://libimobiledevice.org/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2' 'LGPL2.1') depends=('glib2' 'libxml2' 'python2') makedepends=('cmake' 'swig') |