diff options
Diffstat (limited to 'extra/udisks/PKGBUILD')
-rw-r--r-- | extra/udisks/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/udisks/PKGBUILD b/extra/udisks/PKGBUILD index 35ca53f0c..08ab09073 100644 --- a/extra/udisks/PKGBUILD +++ b/extra/udisks/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 186141 2013-05-21 09:11:20Z tpowa $ +# $Id: PKGBUILD 198467 2013-10-30 15:03:09Z allan $ # Maintainer: Tom Gundersen <teg@jklm.no> pkgname=udisks @@ -10,7 +10,6 @@ url="http://www.freedesktop.org/wiki/Software/udisks" license=('GPL') depends=('systemd' 'util-linux' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 'device-mapper' 'libatasmart' 'lsof') makedepends=('intltool' 'docbook-xsl') -options=(!libtool) source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz udisks.service drop-pci-db.patch) build() { |