diff options
Diffstat (limited to 'extra/xfce4-notifyd/PKGBUILD')
-rw-r--r-- | extra/xfce4-notifyd/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
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 <evangelos@foutrelis.com> # Contributor: tobias <tobias funnychar archlinux.org> 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 \ |