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

Tom Gundersen tomegun at archlinux.org
Thu Jan 12 20:44:48 UTC 2012


    Date: Thursday, January 12, 2012 @ 15:44:48
  Author: tomegun
Revision: 146540

upgpkg: udev 177-1

upstream update

Default locations of many files changed. I did my best to change them back (as we are not ready
to move /bin to /usr/bin yet).

Modified:
  udev/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-12 20:25:05 UTC (rev 146539)
+++ PKGBUILD	2012-01-12 20:44:48 UTC (rev 146540)
@@ -6,15 +6,15 @@
 
 pkgbase="udev"
 pkgname=('udev' 'udev-compat')
-pkgver=176
+pkgver=177
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
 license=('GPL')
 groups=('base')
 options=(!makeflags !libtool)
-makedepends=('gobject-introspection' 'gperf')
-source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.tar.xz)
+makedepends=('gobject-introspection' 'gperf' 'libxslt' 'usbutils' 'kmod')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.tar.xz)
 
 build() {
   cd $srcdir/$pkgbase-$pkgver
@@ -34,7 +34,7 @@
   
 package_udev() {
   pkgdesc="The userspace dev tools (udev)"
-  depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'pciutils' 'usbutils')
+  depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'pciutils' 'usbutils' 'pciutils' 'glib2')
   install=udev.install
   backup=(etc/udev/udev.conf)
   conflicts=('pcmcia-cs' 'hotplug' 'initscripts<2009.07')
@@ -101,4 +101,5 @@
   mknod cpu/microcode c 10 184
   
 }
-md5sums=('d5e20b921530a4639311f6684d31c93b')
+
+md5sums=('b4e00faf8153fd7202a7ef609284b0c3')




More information about the arch-commits mailing list