diff options
Diffstat (limited to 'extra/fluidsynth/PKGBUILD')
-rw-r--r-- | extra/fluidsynth/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/fluidsynth/PKGBUILD b/extra/fluidsynth/PKGBUILD index 616472e31..ae6d2337d 100644 --- a/extra/fluidsynth/PKGBUILD +++ b/extra/fluidsynth/PKGBUILD @@ -4,9 +4,9 @@ pkgname=fluidsynth pkgver=1.1.6 -pkgrel=1 +pkgrel=1.1 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" -arch=('i686' 'x86_64') +arch=(i686 x86_64 'mips64el') url="http://www.fluidsynth.org/" depends=('glib2' 'jack' 'dbus-core' 'libpulse') makedepends=('cmake' 'ladspa' 'doxygen') |