diff options
Diffstat (limited to 'community/qtractor/PKGBUILD')
-rw-r--r-- | community/qtractor/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qtractor/PKGBUILD b/community/qtractor/PKGBUILD index 4f3a04605..10dcaba3d 100644 --- a/community/qtractor/PKGBUILD +++ b/community/qtractor/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 37890 2011-01-18 22:57:48Z schiv $ +# $Id: PKGBUILD 48203 2011-05-29 20:38:19Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Philipp Überbacher <hollunder at gmx dot at> pkgname=qtractor -pkgver=0.4.8 +pkgver=0.4.9 pkgrel=1 pkgdesc="Audio/MIDI multitrack sequencer" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('ladspa' 'dssi') [ "$CARCH" = "i686" ] && optdepends=('dssi-vst: win32 VST support') changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('fef232ad6c3312e5af179cdcd2c395ae') +md5sums=('0d7d8c8783dd29f3cd4ceee16ff38333') build() { cd "$srcdir/$pkgname-$pkgver" |