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

Dave Reisner dreisner at archlinux.org
Fri May 25 23:57:18 UTC 2012


    Date: Friday, May 25, 2012 @ 19:57:17
  Author: dreisner
Revision: 159625

upgpkg: v86d 0.1.10-4

- update install hook for mkinitcpio 0.9.0

Modified:
  v86d/trunk/PKGBUILD
  v86d/trunk/v86d

----------+
 PKGBUILD |   10 +++++-----
 v86d     |    8 +++++---
 2 files changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-25 23:53:03 UTC (rev 159624)
+++ PKGBUILD	2012-05-25 23:57:17 UTC (rev 159625)
@@ -3,7 +3,7 @@
 
 pkgname=v86d
 pkgver=0.1.10
-pkgrel=3
+pkgrel=4
 pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
 arch=('i686' 'x86_64')
 url="http://dev.gentoo.org/~spock/projects/uvesafb/"
@@ -14,6 +14,10 @@
         v86d
         v86d_hook
         modprobe.uvesafb)
+md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
+         '66ab32602ab29cc5635eaac7f3e42283'
+         '5f75b8bc4a7ddf595014591e5db263cb'
+         '2d7cc8dc6a41916a13869212d0191147')
 
 build() {
   cd "$srcdir/v86d-$pkgver"
@@ -30,7 +34,3 @@
   install -D -m644 "$srcdir/v86d_hook" "$pkgdir/usr/lib/initcpio/hooks/v86d"
   install -D -m644 "$srcdir/modprobe.uvesafb" "$pkgdir/usr/lib/modprobe.d/uvesafb.conf"
 }
-md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
-         'b20042d1e5354958b62d4944998d68aa'
-         '5f75b8bc4a7ddf595014591e5db263cb'
-         '2d7cc8dc6a41916a13869212d0191147')

Modified: v86d
===================================================================
--- v86d	2012-05-25 23:53:03 UTC (rev 159624)
+++ v86d	2012-05-25 23:57:17 UTC (rev 159625)
@@ -1,8 +1,10 @@
 build() {
-    add_binary "/sbin/v86d"
+    add_module 'uvesafb'
+
+    add_binary "v86d"
     add_file "/usr/lib/modprobe.d/uvesafb.conf"
-    MODULES="uvesafb"
-    SCRIPT="v86d"
+
+    add_runscript
 }
 
 help() {




More information about the arch-commits mailing list