From 939efb693a8b362edc0c6ccba62c5ce54fb501af Mon Sep 17 00:00:00 2001 From: root Date: Sun, 1 Apr 2012 00:01:56 +0000 Subject: Sun Apr 1 00:01:56 UTC 2012 --- extra/notification-daemon/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'extra/notification-daemon') diff --git a/extra/notification-daemon/PKGBUILD b/extra/notification-daemon/PKGBUILD index 71f5bfab8..4fbf31f6b 100644 --- a/extra/notification-daemon/PKGBUILD +++ b/extra/notification-daemon/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 140945 2011-10-20 05:44:08Z ibiru $ +# $Id: PKGBUILD 154762 2012-03-30 16:38:12Z heftig $ # Maintainer: Jan de Groot # Contributor: Mark Rosenstand pkgname=notification-daemon -pkgver=0.7.3 +pkgver=0.7.4 pkgrel=1 pkgdesc="Notification daemon for the desktop notifications framework" arch=('i686' 'x86_64') @@ -14,10 +14,10 @@ groups=('gnome') makedepends=('pkgconfig' 'intltool') options=('!libtool' '!emptydirs') source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz) -sha256sums=('c40931557c42cd12fdb04ab531fd7d5c5766641e76babdbff6079a6d88342704') +sha256sums=('9591273ee2099215cfbe1ce7eb7c08e8cbc3743d0a119e331889ffe9004e6f2f') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/notification-daemon-1.0 \ --localstatedir=/var --disable-static @@ -25,6 +25,6 @@ build() { } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install } -- cgit v1.2.3-54-g00ecf