diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-02 13:19:08 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-02 13:19:08 +0100 |
commit | e14c183373c336ddc622e1d6cb91fd84455b36fb (patch) | |
tree | ad57c004000c3439233a262d451612ca509f8600 /extra/ccrtp/PKGBUILD | |
parent | 7331003f023f979ab7ad98bdca0eceed11af5957 (diff) |
Arch packages that might work on mips64el.
Diffstat (limited to 'extra/ccrtp/PKGBUILD')
-rw-r--r-- | extra/ccrtp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ccrtp/PKGBUILD b/extra/ccrtp/PKGBUILD index 5901e29ed..273657f28 100644 --- a/extra/ccrtp/PKGBUILD +++ b/extra/ccrtp/PKGBUILD @@ -9,7 +9,7 @@ pkgname=ccrtp pkgver=2.0.3 pkgrel=2 pkgdesc="An implementation of RTP, the real-time transport protocol from the IETF" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/ccrtp/" license=('GPL' 'custom') depends=('ucommon' 'libgcrypt') |