diff options
Diffstat (limited to 'community/qmc2/PKGBUILD')
-rw-r--r-- | community/qmc2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qmc2/PKGBUILD b/community/qmc2/PKGBUILD index 901c88be5..3ce4c767c 100644 --- a/community/qmc2/PKGBUILD +++ b/community/qmc2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 71042 2012-05-22 09:30:39Z spupykin $ +# $Id: PKGBUILD 76435 2012-09-18 12:56:49Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: JJDaNiMoTh <jjdanimoth@gmail.com> pkgname=qmc2 -pkgver=0.36 +pkgver=0.37 pkgrel=1 pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME" url="http://qmc2.arcadehits.net" @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=('qtwebkit' 'phonon' 'sdl') makedepends=('rsync' 'mesa') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2") -md5sums=('db374fcdef5f680729b26af88766c4fb') +md5sums=('0f36197cb1a7ab6f54af43f4f67d7150') build() { cd "$srcdir/$pkgname" |