mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/qtractor to 0.7.0-1
This commit is contained in:
parent
01513a634d
commit
e879d05325
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
# - patch to fix building on ARM
|
||||
|
||||
pkgname=qtractor
|
||||
pkgver=0.6.7
|
||||
pkgver=0.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="Audio/MIDI multitrack sequencer"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,9 +18,9 @@ depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
|
|||
makedepends=('ladspa' 'dssi')
|
||||
optdepends=('dssi-vst: win32 VST support')
|
||||
install="$pkgname.install"
|
||||
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz"
|
||||
'04-q_atomic_ftbfs.patch')
|
||||
md5sums=('787757fba50723dcbadf230b78458820'
|
||||
md5sums=('dadada3a62e54fd083caad1698c19868'
|
||||
'37396d7dae7a5d6348d481d2d77a88cb')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue