diff options
author | root <root@rshg054.dnsready.net> | 2013-02-18 00:08:26 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-18 00:08:26 -0800 |
commit | 29883fd322e5c6464bf44e9eaa31b17790461bd0 (patch) | |
tree | 7a5c796989f3be3dbe636ab86c5c3a8ce77a2237 /extra/xfce4-datetime-plugin | |
parent | c6f4cd18ab706868be0eff10327a0dcd58cecdf3 (diff) |
Mon Feb 18 00:08:22 PST 2013
Diffstat (limited to 'extra/xfce4-datetime-plugin')
-rw-r--r-- | extra/xfce4-datetime-plugin/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/xfce4-datetime-plugin/PKGBUILD b/extra/xfce4-datetime-plugin/PKGBUILD index 228613781..b4d218525 100644 --- a/extra/xfce4-datetime-plugin/PKGBUILD +++ b/extra/xfce4-datetime-plugin/PKGBUILD @@ -1,20 +1,21 @@ -# $Id: PKGBUILD 157847 2012-04-30 04:20:13Z foutrelis $ -# Maintainer: Andreas Radke <andyrtr@archlinux.org> +# $Id: PKGBUILD 178154 2013-02-17 09:09:09Z foutrelis $ +# Maintainer: +# Contributor: Andreas Radke <andyrtr@archlinux.org> # Contributor: Aurelien Foret <orelien@chez.com> 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} |