diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-05 12:14:43 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-05 12:14:43 -0300 |
commit | 1a2fd51887f77ba9c41195c1a2eb9ee80ea28866 (patch) | |
tree | 65f7f8ade72ab0e933e8be39880cb71992204e3b /extra/xfce4-mpc-plugin/PKGBUILD | |
parent | 4e3e2f9e625584fee1cdb96fcec3a49f0cacdc8b (diff) | |
parent | 7f6f69dc52c8601768ba48fa7b69507a80d532cb (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/vhba-module/PKGBUILD
community-testing/vhba-module/vhba-module.install
core/gcc/PKGBUILD
core/wpa_supplicant/PKGBUILD
multilib-testing/gcc-multilib/PKGBUILD
multilib-testing/lib32-glibc/PKGBUILD
multilib-testing/lib32-glibc/glibc-2.15-revert-c5a0802a.patch
multilib/gcc-multilib/PKGBUILD
multilib/lib32-glibc/PKGBUILD
multilib/wine/PKGBUILD
testing/gcc/PKGBUILD
testing/glibc/PKGBUILD
testing/glibc/glibc-2.15-revert-c5a0802a.patch
testing/kmod/PKGBUILD
testing/lvm2/PKGBUILD
testing/systemd/PKGBUILD
Diffstat (limited to 'extra/xfce4-mpc-plugin/PKGBUILD')
-rw-r--r-- | extra/xfce4-mpc-plugin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/xfce4-mpc-plugin/PKGBUILD b/extra/xfce4-mpc-plugin/PKGBUILD index 10ff8f927..5e6d373df 100644 --- a/extra/xfce4-mpc-plugin/PKGBUILD +++ b/extra/xfce4-mpc-plugin/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 158996 2012-05-14 14:55:55Z foutrelis $ +# $Id: PKGBUILD 162957 2012-07-04 03:39:14Z eric $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: aurelien <aurelien@archlinux.org> # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=xfce4-mpc-plugin -pkgver=0.4.3 +pkgver=0.4.4 pkgrel=1 pkgdesc="A plugin to control the music player daemon from the xfce4-panel" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ depends=('xfce4-panel' 'libmpd>=0.16.1') makedepends=('intltool') options=('!libtool') source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('54a44ff121df3416f19cce8ac52821c302aff877a8543bcb863167b26ff17af5') +sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5') build() { cd "$srcdir/$pkgname-$pkgver" |