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

Thomas Bächler thomas at archlinux.org
Thu Jun 10 21:55:10 UTC 2010


    Date: Thursday, June 10, 2010 @ 17:55:10
  Author: thomas
Revision: 82411

Remove redundant and non-functional udev rule

Modified:
  microcode_ctl/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-10 21:52:29 UTC (rev 82410)
+++ PKGBUILD	2010-06-10 21:55:10 UTC (rev 82411)
@@ -8,7 +8,7 @@
 # Version of the microcode image
 _microcodever=20100209
 pkgver=${_toolver}.${_microcodever}
-pkgrel=1
+pkgrel=2
 pkgdesc="A companion to the IA32 microcode kernel driver"
 arch=('i686' 'x86_64')
 url="http://www.urbanmyth.org/microcode"
@@ -16,17 +16,14 @@
 install=microcode.install
 source=(http://www.urbanmyth.org/microcode/$pkgname-${_toolver}.tar.gz
         http://downloadmirror.intel.com/18683/eng/microcode-${_microcodever}.tgz
-        microcode
-        microcode.rules)
+        microcode)
 md5sums=('98a7f06acef8459c8ef2a1b0fb86a99e'
          '3d3014d8c8751041a8400b0dac53688e'
-         '483c198659b8d716bdfbf05a57182394'
-         'e6f212fcb6af8c4f3464db2e9210655e')
+         '483c198659b8d716bdfbf05a57182394')
 
 build() {
   cd $startdir/src/$pkgname-${_toolver}
   make all || return 1
   make DESTDIR=$startdir/pkg PREFIX=/usr RCFILETO=/etc/rc.d RCFILE=../microcode RCFILEFINAL=microcode MANDIR=/usr/share/man/man8 install || return 1
-  install -D -m644 ../microcode.rules $startdir/pkg/etc/udev/rules.d/microcode.rules || return 1
   install -D -m644 ../microcode-${_microcodever}.dat $startdir/pkg/etc/microcode.dat
 }




More information about the arch-commits mailing list