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

Ionut Biru ibiru at archlinux.org
Fri Jul 1 14:45:36 UTC 2011


    Date: Friday, July 1, 2011 @ 10:45:36
  Author: ibiru
Revision: 130042

use released tarball.

Modified:
  udisks/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-01 13:06:41 UTC (rev 130041)
+++ PKGBUILD	2011-07-01 14:45:36 UTC (rev 130042)
@@ -3,7 +3,7 @@
 
 pkgname=udisks
 pkgver=1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Disk Management Service"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/udisks"
@@ -11,19 +11,14 @@
 depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 'device-mapper' 'libatasmart' 'lsof' 'lvm2' 'eject')
 makedepends=('intltool' 'docbook-xsl' 'gtk-doc')
 options=(!libtool)
-#source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz
-        01-mkfs-tempdir.patch
-        fix_well_known_filesystems.patch)
-sha256sums=('a4d18b2de59c1567df5342f26960c6c3e70a0320f7bafe42893f2708c9b57dd5'
-            '786c0adb1a37e16b351c906527e3cbd17193bb51d8c1dd0889f216556c419c6c'
-            '00d92030de44c5856c7408339c4849bf9b88b66d6cfa6617364b4e8d9ed2bc5e')
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
+        01-mkfs-tempdir.patch)
+sha256sums=('d95bceb52a70c727291b934c4c05774899a0074927c8138a219b81a784de8a4b'
+            '786c0adb1a37e16b351c906527e3cbd17193bb51d8c1dd0889f216556c419c6c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -Np1 -i "${srcdir}/01-mkfs-tempdir.patch"
-  patch -Np1 -i "${srcdir}/fix_well_known_filesystems.patch"
-  ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --libexecdir=/usr/lib/udisks --disable-static
   #fix location for bash_completion helper




More information about the arch-commits mailing list