Date: Thursday, April 12, 2012 @ 03:06:02 Author: ibiru Revision: 156040
uodate to 1.94.0 Modified: udisks2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-11 21:03:20 UTC (rev 156039) +++ PKGBUILD 2012-04-12 07:06:02 UTC (rev 156040) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=udisks2 -pkgver=1.93.0 +pkgver=1.94.0 pkgrel=1 pkgdesc="Disk Management Service, version 2" arch=('i686' 'x86_64') @@ -14,12 +14,12 @@ 'gptfdisk: GUID partition table support') options=(!libtool) source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2) -sha256sums=('e2264d06bbf5399d243b0f91628881fa1d95d1a512b2af26f5ab074caf6327d7') +sha256sums=('e58193c2f2f4fba030b6dd684708352b1eccf6826843e42899a26fef4249b0bc') build() { cd "udisks-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc \ - --with-systemdsystemunitdir=/lib/systemd/system \ + --with-systemdsystemunitdir=/usr/lib/systemd/system \ --localstatedir=/var --disable-static make }
