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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jun 6 11:55:45 UTC 2010


    Date: Sunday, June 6, 2010 @ 07:55:45
  Author: andyrtr
Revision: 81860

upgpkg: xfce4-notes-plugin 1.7.6-1
new version 1.7.6

Modified:
  xfce4-notes-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-06 11:53:13 UTC (rev 81859)
+++ PKGBUILD	2010-06-06 11:55:45 UTC (rev 81860)
@@ -1,10 +1,9 @@
 # $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.4
+pkgver=1.7.6
 pkgrel=1
 pkgdesc="A notes plugin for the Xfce4 panel"
 arch=(i686 x86_64)
@@ -16,12 +15,16 @@
 options=('!libtool')
 install=${pkgname}.install
 source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('47bd8d19d807a471d9d4d09db2ebafb6')
+md5sums=('a9fff3633f2d0b87f57f4aa93a8a3784')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list