summaryrefslogtreecommitdiff
path: root/extra/libcanberra/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libcanberra/PKGBUILD')
-rw-r--r--extra/libcanberra/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libcanberra/PKGBUILD b/extra/libcanberra/PKGBUILD
index 92f2b3084..ef3168dee 100644
--- a/extra/libcanberra/PKGBUILD
+++ b/extra/libcanberra/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 139194 2011-10-01 13:46:12Z heftig $
+# $Id: PKGBUILD 157775 2012-04-29 10:03:21Z allan $
# Maintainer: Jan de Groot <jgc@archlinux.org>
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 @@ build() {
./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
}