diff options
Diffstat (limited to 'extra/libsrtp')
-rw-r--r-- | extra/libsrtp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libsrtp/PKGBUILD b/extra/libsrtp/PKGBUILD index 731f2ea75..5515fee4b 100644 --- a/extra/libsrtp/PKGBUILD +++ b/extra/libsrtp/PKGBUILD @@ -9,7 +9,7 @@ pkgver=15.1c9bd90 pkgrel=1 pkgdesc="Open-source implementation of the Secure Real-time Transport Protocol (SRTP)" url="http://srtp.sourceforge.net/srtp.html" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('BSD') depends=('glibc') makedepends=('git') |