[arch-commits] Commit in notification-daemon/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Mar 30 16:34:31 UTC 2012


    Date: Friday, March 30, 2012 @ 12:34:30
  Author: heftig
Revision: 154758

0.7.4

Modified:
  notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-30 16:34:14 UTC (rev 154757)
+++ PKGBUILD	2012-03-30 16:34:30 UTC (rev 154758)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand <mark at borkware.net>
 
 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 @@
 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 @@
 }
 
 package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
+    cd ${pkgname}-${pkgver}
     make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list