diff options
Diffstat (limited to 'community/canorus/PKGBUILD')
-rw-r--r-- | community/canorus/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/canorus/PKGBUILD b/community/canorus/PKGBUILD index 9ea89a79a..4767b9030 100644 --- a/community/canorus/PKGBUILD +++ b/community/canorus/PKGBUILD @@ -8,14 +8,16 @@ pkgname=canorus pkgver=0.7.R1002 pkgrel=5 pkgdesc="A free music score editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.canorus.org/" license=('GPL') depends=('qt4' 'alsa-lib' 'python2' 'swig' 'zlib') makedepends=('cmake') options=('strip') -source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2) -md5sums=('5575b7c54633056a463177579a390318') +source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2 + 0006-Add-lz-and-lpthread-to-linker-flags.patch) +md5sums=('5575b7c54633056a463177579a390318' + '99e545a1da44006bc5e436728edfda15') build() { cd $srcdir/$pkgname-$pkgver |