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

Allan McRae allan at archlinux.org
Sun Apr 29 10:02:17 UTC 2012


    Date: Sunday, April 29, 2012 @ 06:02:17
  Author: allan
Revision: 157774

upgpkg: libcanberra 0.28-3

move systemd files ti /usr/lib

Modified:
  libcanberra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-29 09:45:01 UTC (rev 157773)
+++ PKGBUILD	2012-04-29 10:02:17 UTC (rev 157774)
@@ -4,7 +4,7 @@
 pkgbase=libcanberra
 pkgname=(libcanberra libcanberra-pulse libcanberra-gstreamer)
 pkgver=0.28
-pkgrel=2
+pkgrel=3
 pkgdesc="A small and lightweight implementation of the XDG Sound Theme Specification"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -22,7 +22,7 @@
   ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
       --disable-static --with-builtin=dso --enable-null --disable-oss \
       --enable-alsa --enable-gstreamer --enable-pulse \
-      --with-systemdsystemunitdir=/lib/systemd/system
+      --with-systemdsystemunitdir=/usr/lib/systemd/system
   make
 }
 




More information about the arch-commits mailing list