[arch-commits] Commit in v86d/trunk (PKGBUILD modprobe.uvesafb)
Thomas Baechler
thomas at archlinux.org
Fri Oct 10 15:38:53 UTC 2008
Date: Friday, October 10, 2008 @ 11:38:53
Author: thomas
Revision: 14799
upgpkg: v86d 0.1.9-1
Modified:
v86d/trunk/PKGBUILD
v86d/trunk/modprobe.uvesafb
------------------+
PKGBUILD | 10 +++++-----
modprobe.uvesafb | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-10-10 15:38:45 UTC (rev 14798)
+++ PKGBUILD 2008-10-10 15:38:53 UTC (rev 14799)
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Thomas Baechler <thomas at archlinux.org>
pkgname="v86d"
-pkgver=0.1.7
+pkgver=0.1.9
pkgrel=1
pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
url="http://dev.gentoo.org/~spock/projects/uvesafb/"
@@ -9,18 +9,18 @@
arch=("i686" "x86_64")
# The kernel is only required for building
# There is no kernel-specific dependency
-makedepends=('kernel26>=2.6.26' 'kernel26<2.6.27')
-_kernver="2.6.26-ARCH"
+makedepends=('kernel26>=2.6.27' 'kernel26<2.6.28')
+_kernver="2.6.27-ARCH"
depends=('glibc' 'klibc' $(basename /lib/klibc-*.so .so))
backup=(etc/modprobe.d/uvesafb)
source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
v86d
v86d_hook
modprobe.uvesafb)
-md5sums=('8a3430eca4ae87059a699562d4b6e280'
+md5sums=('ebbbc8e7013c9544b6ba6981add43831'
'4370f3c903fb005df0274b46ba4318e2'
'813958b8f6c75a7063e4858f31509694'
- '33da6a93ce1b94c841836831e85d3b00')
+ '2d7cc8dc6a41916a13869212d0191147')
options=(!makeflags)
build() {
Modified: modprobe.uvesafb
===================================================================
--- modprobe.uvesafb 2008-10-10 15:38:45 UTC (rev 14798)
+++ modprobe.uvesafb 2008-10-10 15:38:53 UTC (rev 14799)
@@ -7,4 +7,4 @@
# http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/fb/uvesafb.txt
#
-options uvesafb mode=1024x768-32 scroll=ywrap
+options uvesafb mode_option=1024x768-32 scroll=ywrap
More information about the arch-commits
mailing list