diff options
Diffstat (limited to 'community/qmc2/PKGBUILD')
-rw-r--r-- | community/qmc2/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/qmc2/PKGBUILD b/community/qmc2/PKGBUILD index 0ecf20c74..01078e86e 100644 --- a/community/qmc2/PKGBUILD +++ b/community/qmc2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 61093 2011-12-21 20:52:27Z andrea $ +# $Id: PKGBUILD 64128 2012-02-09 00:58:33Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: JJDaNiMoTh <jjdanimoth@gmail.com> pkgname=qmc2 -pkgver=0.34 -pkgrel=2 +pkgver=0.35 +pkgrel=1 pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME" url="http://qmc2.arcadehits.net" license=("GPL") @@ -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=('3439fb62c95ff702e3c4194c05353169') +md5sums=('90b621579ac2773db91550b2650a9daf') build() { cd "$srcdir/$pkgname" |