summaryrefslogtreecommitdiff
path: root/extra/xfce4-clipman-plugin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xfce4-clipman-plugin/PKGBUILD')
-rw-r--r--extra/xfce4-clipman-plugin/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/xfce4-clipman-plugin/PKGBUILD b/extra/xfce4-clipman-plugin/PKGBUILD
index c9526b61e..864caf53c 100644
--- a/extra/xfce4-clipman-plugin/PKGBUILD
+++ b/extra/xfce4-clipman-plugin/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 141285 2011-10-28 04:36:42Z eric $
+# $Id: PKGBUILD 141959 2011-11-03 17:33:58Z eric $
# Maintainer: tobias <tobias at archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=xfce4-clipman-plugin
-pkgver=1.2.0
+pkgver=1.2.2
pkgrel=1
pkgdesc="A clipboard plugin for the Xfce4 panel"
arch=('i686' 'x86_64' 'mips64el')
-license=('custom')
+license=('GPL')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
groups=('xfce4-goodies')
depends=('xfce4-panel' 'libunique' 'libxtst')
@@ -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=('9df2441d188e90d5304e5da84dca9969')
+md5sums=('60df7769a8271d7fcab177210f4291e8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -33,6 +33,4 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-
}