summaryrefslogtreecommitdiff
path: root/extra/rosegarden/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rosegarden/PKGBUILD')
-rw-r--r--extra/rosegarden/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/rosegarden/PKGBUILD b/extra/rosegarden/PKGBUILD
index 219a4fff2..53feb35fb 100644
--- a/extra/rosegarden/PKGBUILD
+++ b/extra/rosegarden/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 182809 2013-04-15 13:34:39Z schiv $
+# $Id: PKGBUILD 191263 2013-07-22 13:50:52Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Robert Emil Berge <robert@rebi.no>
pkgname=rosegarden
-pkgver=13.04
+pkgver=13.06
pkgrel=1
pkgdesc="MIDI/audio sequencer and notation editor"
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ optdepends=('lilypond: notation display'
[ "$CARCH" = "i686" ] && optdepends+=('dssi-vst: win32 VST support')
install=$pkgname.install
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('bcc9be7bf8c3945e0eefdb95dc037f0b')
+md5sums=('67b110277718b6ef2ec098a8fc452340')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -38,7 +38,6 @@ build() {
export lrdf_CFLAGS LRELEASE LUPDATE
./configure --prefix=/usr
-
make
}