diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-22 12:32:21 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-22 12:32:21 +0200 |
commit | a019d9889a5b3803d57833c4b4502533f029c98b (patch) | |
tree | a928035510b10f044f532fe1a6f46a22137809ad /community/gnome-mplayer | |
parent | 53f7b4b48972c757f0e68d4b02847a19e23d7232 (diff) | |
parent | af1e6c210b43ea6b8e043524edccb1d0befd257f (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/portaudio_cpp/PKGBUILD
extra/cmake/PKGBUILD
extra/xfce4-clipman-plugin/PKGBUILD
extra/xfce4-time-out-plugin/PKGBUILD
multilib/lib32-mpg123/PKGBUILD
multilib/lib32-openssl/PKGBUILD
testing/telepathy-glib/PKGBUILD
Diffstat (limited to 'community/gnome-mplayer')
-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 1c8a08716..028e43ded 100644 --- a/community/gnome-mplayer/PKGBUILD +++ b/community/gnome-mplayer/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 61719 2012-01-06 22:32:00Z lfleischer $ +# $Id: PKGBUILD 69614 2012-04-20 13:41:25Z 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.5 +pkgver=1.0.6 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=('1d3ab24c5501b5528e357931ca4dc6da') +md5sums=('c1fc23faf70f3bbc23daf60f9b34832d') build() { cd "${srcdir}/${pkgname}-${pkgver}" |