[arch-commits] Commit in xfce4-notes-plugin/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Sep 4 18:54:52 UTC 2009


    Date: Friday, September 4, 2009 @ 14:54:52
  Author: andyrtr
Revision: 51083

upgpkg: xfce4-notes-plugin 1.7.1-1
    new version 1.7.1, fix dep to xfce4-panel

Modified:
  xfce4-notes-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-04 18:50:45 UTC (rev 51082)
+++ PKGBUILD	2009-09-04 18:54:52 UTC (rev 51083)
@@ -1,21 +1,22 @@
 # $Id$
 # Maintainer: tobias <tobias at archlinux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: Ben Mazer <contrasutra at myrealbox.com>
 
 pkgname=xfce4-notes-plugin
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="A notes plugin for the Xfce4 panel"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
-depends=('thunar>=1.0.1' 'hicolor-icon-theme')
+depends=('xfce4-panel>=4.6.1' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a08f6febf6e6dd8b90767f83a179e24c')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('c6d27d8c566fbd98a14bd59273da0adf')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}




More information about the arch-commits mailing list