diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-18 10:57:15 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-18 10:57:15 +0100 |
commit | b97f2d43a72aa2e596e6f2c8ba5c998da44a9787 (patch) | |
tree | 72e6caa28c177001c6241b764e6da08a167b5544 /extra/snd | |
parent | 929a5d6e5e12fa9528758e5e223e88048e04f363 (diff) |
Unarch snd, needs atomic operations for MIPS, no reverse dependencies.
Diffstat (limited to 'extra/snd')
-rw-r--r-- | extra/snd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/snd/PKGBUILD b/extra/snd/PKGBUILD index b96029036..53c93d271 100644 --- a/extra/snd/PKGBUILD +++ b/extra/snd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=snd pkgver=13.5 pkgrel=1 pkgdesc="An advanced sound editor" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="http://ccrma.stanford.edu/software/snd/" license=('custom') depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc') |