diff options
Diffstat (limited to 'community/gnome-mplayer/PKGBUILD')
-rw-r--r-- | community/gnome-mplayer/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gnome-mplayer/PKGBUILD b/community/gnome-mplayer/PKGBUILD index 028e43ded..3d68230ec 100644 --- a/community/gnome-mplayer/PKGBUILD +++ b/community/gnome-mplayer/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 69614 2012-04-20 13:41:25Z lfleischer $ +# $Id: PKGBUILD 79361 2012-11-03 16:29:00Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Allan McRae <mcrae_allan@hotmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=gnome-mplayer -pkgver=1.0.6 +pkgver=1.0.7 pkgrel=1 pkgdesc='A simple MPlayer GUI.' arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ depends=('mplayer' 'dbus-glib' 'libnotify' 'hicolor-icon-theme' 'dconf' 'gmtk') makedepends=('gnome-power-manager' 'nautilus') install="${pkgname}.install" source=("http://gnome-mplayer.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('c1fc23faf70f3bbc23daf60f9b34832d') +md5sums=('d0cdabdf1b3eaa25d5c007b5cbd2d9ce') build() { cd "${srcdir}/${pkgname}-${pkgver}" |