diff options
author | root <root@rshg054.dnsready.net> | 2012-04-14 00:01:25 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-14 00:01:25 +0000 |
commit | 0e10d859eadd7643a12b184cc0a7176ef0d4b56b (patch) | |
tree | 44301575507e3d46cb31e6b291e4cc02f7a1b373 /testing/udisks2 | |
parent | 7ff5465d0386f06bea97ef956397c305d6f7e07f (diff) |
Sat Apr 14 00:01:25 UTC 2012
Diffstat (limited to 'testing/udisks2')
-rw-r--r-- | testing/udisks2/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/udisks2/PKGBUILD b/testing/udisks2/PKGBUILD index 1b8ef3ec5..a14728c7a 100644 --- a/testing/udisks2/PKGBUILD +++ b/testing/udisks2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 155280 2012-04-01 11:37:34Z heftig $ +# $Id: PKGBUILD 156041 2012-04-12 07:07:18Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> 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 @@ optdepends=('parted: partition management' '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 } |