From defe74c9cba07c321ad2869d8f6872e64a167324 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 May 2012 00:01:22 +0000 Subject: Wed May 2 00:01:22 UTC 2012 --- extra/xfce4-notifyd/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'extra/xfce4-notifyd') diff --git a/extra/xfce4-notifyd/PKGBUILD b/extra/xfce4-notifyd/PKGBUILD index 9ffefd291..1cf84b838 100644 --- a/extra/xfce4-notifyd/PKGBUILD +++ b/extra/xfce4-notifyd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 141355 2011-10-29 18:34:46Z foutrelis $ +# $Id: PKGBUILD 157873 2012-04-30 04:20:51Z foutrelis $ # Maintainer: Evangelos Foutras # Contributor: tobias pkgname=xfce4-notifyd pkgver=0.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="Notification daemon for the Xfce desktop" arch=('i686' 'x86_64') url="http://goodies.xfce.org/projects/applications/xfce4-notifyd" @@ -16,12 +16,13 @@ provides=('notification-daemon') options=('!libtool') install=$pkgname.install source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2) -sha1sums=('31888132d949cc7b47d12889b8aaf5dabc546d8b') +sha256sums=('b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ -- cgit v1.2.3-54-g00ecf