diff options
author | root <root@rshg054.dnsready.net> | 2012-04-22 00:02:56 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-22 00:02:56 +0000 |
commit | af1e6c210b43ea6b8e043524edccb1d0befd257f (patch) | |
tree | 39338a1d60483354554ee34df2afa262f8f201c0 /extra/xfce4-clipman-plugin/PKGBUILD | |
parent | 905dec08e7144fe77aad1161778a6c3b74ff305c (diff) |
Sun Apr 22 00:02:56 UTC 2012
Diffstat (limited to 'extra/xfce4-clipman-plugin/PKGBUILD')
-rw-r--r-- | extra/xfce4-clipman-plugin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/xfce4-clipman-plugin/PKGBUILD b/extra/xfce4-clipman-plugin/PKGBUILD index 25403c890..1ac1ba71b 100644 --- a/extra/xfce4-clipman-plugin/PKGBUILD +++ b/extra/xfce4-clipman-plugin/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 141959 2011-11-03 17:33:58Z eric $ +# $Id: PKGBUILD 156566 2012-04-21 02:58:41Z eric $ # Maintainer: tobias <tobias at archlinux.org> # Contributor: Aurelien Foret <orelien@chez.com> pkgname=xfce4-clipman-plugin -pkgver=1.2.2 +pkgver=1.2.3 pkgrel=1 pkgdesc="A clipboard plugin for the Xfce4 panel" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('intltool') options=('!libtool') install=${pkgname}.install source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('60df7769a8271d7fcab177210f4291e8') +md5sums=('61f3be97efa379cb358980c94e14692a') build() { cd "${srcdir}/${pkgname}-${pkgver}" |