diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-20 09:26:44 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-20 09:26:44 +0200 |
commit | 39c366b9fc1b83a741177d0b415a20147a18a3c0 (patch) | |
tree | 24b520a26e042f10306b53e0fb579bab6343132b /extra/rosegarden | |
parent | 6d3d853af3b9042559c2d86a7e3907f97921fb28 (diff) | |
parent | aad2fba0fc475162b566f1577d8e7a020cd9e80d (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libcss/PKGBUILD
extra/kdenetwork/PKGBUILD
extra/xorg-server/PKGBUILD
testing/openmpi/PKGBUILD
testing/xf86-video-ati/PKGBUILD
testing/xorg-server/PKGBUILD
Diffstat (limited to 'extra/rosegarden')
-rw-r--r-- | extra/rosegarden/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/rosegarden/PKGBUILD b/extra/rosegarden/PKGBUILD index bb080bc93..0423c974b 100644 --- a/extra/rosegarden/PKGBUILD +++ b/extra/rosegarden/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 142547 2011-11-11 23:39:40Z schiv $ +# $Id: PKGBUILD 159220 2012-05-18 11:33:18Z 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=11.11 +pkgver=12.04 pkgrel=1 pkgdesc="MIDI/audio sequencer and notation editor" arch=('i686' 'x86_64' 'mips64el') @@ -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=('1db7bb5289f08e634e2f1207ae163ad7') +md5sums=('b11f4fcad69df45365d2125181524559') build() { cd "$srcdir/$pkgname-$pkgver" |