Date: Thursday, November 3, 2011 @ 13:33:22
  Author: eric
Revision: 141958

Upstream update, Fix license

Modified:
  xfce4-clipman-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-11-03 14:30:48 UTC (rev 141957)
+++ PKGBUILD    2011-11-03 17:33:22 UTC (rev 141958)
@@ -3,11 +3,11 @@
 # Contributor: Aurelien Foret <orel...@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')
-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 @@
 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 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-
 }

Reply via email to