diff options
Diffstat (limited to 'community/oss')
-rw-r--r-- | community/oss/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/oss/PKGBUILD b/community/oss/PKGBUILD index c251c41b6..d83649895 100644 --- a/community/oss/PKGBUILD +++ b/community/oss/PKGBUILD @@ -6,7 +6,7 @@ pkgname=oss pkgver=4.2_2004 pkgrel=1 pkgdesc="Open Sound System UNIX audio architecture" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://developer.opensound.com/" license=('GPL2') depends=('gcc' 'make' 'kernel26-headers' 'module-init-tools' 'libtool' 'sed') |