Date: Sunday, February 17, 2013 @ 10:08:56 Author: foutrelis Revision: 178153
upgpkg: xfce4-datetime-plugin 0.6.2-1 New upstream release. Modified: xfce4-datetime-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-17 07:18:01 UTC (rev 178152) +++ PKGBUILD 2013-02-17 09:08:56 UTC (rev 178153) @@ -1,20 +1,21 @@ # $Id$ -# Maintainer: Andreas Radke <[email protected]> +# Maintainer: +# Contributor: Andreas Radke <[email protected]> # Contributor: Aurelien Foret <[email protected]> pkgname=xfce4-datetime-plugin -pkgver=0.6.1 -pkgrel=3 +pkgver=0.6.2 +pkgrel=1 pkgdesc="A date and time display plugin for the Xfce panel" arch=('i686' 'x86_64') license=('GPL2') url="http://xfce-goodies.berlios.de/" groups=('xfce4-goodies') -depends=('xfce4-panel>=4.7.4' 'libxfcegui4') +depends=('xfce4-panel') makedepends=('intltool') options=('!libtool') source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2) -md5sums=('e82f51ff0e75a63e5cbd139e43e094f9') +md5sums=('fe604a251eadbc5b0f2b4737b85d92c8') build() { cd ${srcdir}/${pkgname}-${pkgver}
