diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-09 03:56:27 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-09 03:56:27 +0000 |
commit | 960a69922ae947c02b2502d7f7624a458d50cb8f (patch) | |
tree | 2a57fa52b048fd242507fd822dba7577faf6d84c /extra/rosegarden | |
parent | 2f1decd3dde75b8ed601dfdca2833879703012c8 (diff) |
Sun Mar 9 03:52:18 UTC 2014
Diffstat (limited to 'extra/rosegarden')
-rw-r--r-- | extra/rosegarden/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/rosegarden/PKGBUILD b/extra/rosegarden/PKGBUILD index bb8dcf6bd..a649b47a5 100644 --- a/extra/rosegarden/PKGBUILD +++ b/extra/rosegarden/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 205867 2014-02-12 07:12:35Z schiv $ +# $Id: PKGBUILD 207424 2014-03-08 20:13:20Z 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.10 -pkgrel=2 +pkgver=14.02 +pkgrel=1 pkgdesc="MIDI/audio sequencer and notation editor" arch=('i686' 'x86_64') url="http://www.rosegardenmusic.com/" @@ -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=('730a830da4d3b60fa8b15716d8dcd8a4') +md5sums=('f649556e5149650211d88684b1168ab4') build() { cd "$srcdir/$pkgname-$pkgver" |