diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-02 03:39:37 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-02 03:39:37 +0000 |
commit | 3cbc40e327b77b23d48f55c76c0efde35a5dad16 (patch) | |
tree | 9c574567789ea455a2706815a373c4309939b8c5 /extra/qsynth | |
parent | ce0424b2e68538f0e0c1b882300541ceed0d27e3 (diff) |
Thu Jan 2 03:36:39 UTC 2014
Diffstat (limited to 'extra/qsynth')
-rw-r--r-- | extra/qsynth/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/qsynth/PKGBUILD b/extra/qsynth/PKGBUILD index 1af07faba..5cf2230ff 100644 --- a/extra/qsynth/PKGBUILD +++ b/extra/qsynth/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183182 2013-04-18 15:40:20Z schiv $ +# $Id: PKGBUILD 203027 2014-01-01 20:51:27Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: damir <damir@archlinux.org> pkgname=qsynth -pkgver=0.3.7 +pkgver=0.3.8 pkgrel=1 pkgdesc="Qt GUI for FluidSynth" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://qsynth.sourceforge.net/" license=('GPL') depends=('fluidsynth' 'qt4') source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('a101a50a7ecfb7319482a5022df1d58b') +md5sums=('affdd9ddff4798b1d3dae3c99b57bc5a') build() { cd "$srcdir/$pkgname-$pkgver" |