diff options
Diffstat (limited to 'community/libdlna/PKGBUILD')
-rw-r--r-- | community/libdlna/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libdlna/PKGBUILD b/community/libdlna/PKGBUILD index d72ab5531..2e66d5198 100644 --- a/community/libdlna/PKGBUILD +++ b/community/libdlna/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=11 pkgdesc="An open-source implementation of DLNA (Digital Living Network Alliance) standards " url="http://libdlna.geexbox.org" license=("LGPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!libtool' '!makeflags') # not parallel safe, error find -ldlna #makedepends=('ctags') depends=('glibc' 'ffmpeg') |