diff options
author | root <root@rshg054.dnsready.net> | 2013-02-25 00:05:01 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-25 00:05:01 -0800 |
commit | 7fdd408bcb7558171b6a91530226a8b910ec906a (patch) | |
tree | 87f874d69f830d717250b1dea9f376f3a705a51e /extra/xfce4-timer-plugin | |
parent | 90f97c6f30af5c30599fab0b6d6c1f474ad15fe0 (diff) |
Mon Feb 25 00:04:58 PST 2013
Diffstat (limited to 'extra/xfce4-timer-plugin')
-rw-r--r-- | extra/xfce4-timer-plugin/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xfce4-timer-plugin/PKGBUILD b/extra/xfce4-timer-plugin/PKGBUILD index 9f5eb4b77..58316a99d 100644 --- a/extra/xfce4-timer-plugin/PKGBUILD +++ b/extra/xfce4-timer-plugin/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 157895 2012-04-30 04:21:31Z foutrelis $ +# $Id: PKGBUILD 178519 2013-02-24 22:42:03Z eric $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=xfce4-timer-plugin -pkgver=0.6.4 -pkgrel=2 +pkgver=1.0.0 +pkgrel=1 pkgdesc="plugin to track time for the Xfce4 panel" arch=('i686' 'x86_64') license=('GPL2') @@ -15,7 +15,7 @@ makedepends=('intltool') options=('!libtool') install=xfce4-timer-plugin.install source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('c2f9e113dcda742cd1559129b79f609b') +sha1sums=('5bd0e450b4c9b3f37a289fc1723b1a3d984ffd5d') build() { cd "${srcdir}/${pkgname}-${pkgver}" |