diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-08 15:15:36 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-08 15:15:36 -0300 |
commit | 79836a031d6d4c48982b4cbffb40bf6bf09b3798 (patch) | |
tree | e6092df6df7e313d6637c35645bd2b1d174930bd /community/gnome-mplayer | |
parent | 38e55a4f9ca44d32cc497abdafe5bcd4df23704b (diff) | |
parent | 6aeb515f4afd10afb53b21df18d03b0d5f3a200f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ruby-gtk2/PKGBUILD
community/scite/PKGBUILD
extra/pulseaudio/PKGBUILD
multilib/lib32-libsamplerate/PKGBUILD
staging/kdelibs/PKGBUILD
Diffstat (limited to 'community/gnome-mplayer')
-rw-r--r-- | community/gnome-mplayer/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gnome-mplayer/PKGBUILD b/community/gnome-mplayer/PKGBUILD index 5671d5e30..1c8a08716 100644 --- a/community/gnome-mplayer/PKGBUILD +++ b/community/gnome-mplayer/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 51291 2011-07-06 15:32:05Z lfleischer $ +# $Id: PKGBUILD 61719 2012-01-06 22:32: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.4 +pkgver=1.0.5 pkgrel=1 pkgdesc='A simple MPlayer GUI.' arch=('i686' 'x86_64' 'mips64el') url='http://gnome-mplayer.googlecode.com/' license=('GPL') -depends=('mplayer' 'dbus-glib' 'libnotify' 'gtk2' 'hicolor-icon-theme' 'dconf') +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=('c97dcf12d6a6b5543d701944f95e850e') +md5sums=('1d3ab24c5501b5528e357931ca4dc6da') build() { cd "${srcdir}/${pkgname}-${pkgver}" |