From 31fdc3c722ecbb56617f3b3840a8a6541f5cf957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 9 May 2013 02:14:30 -0300 Subject: rebuilding packages against linux-libre-3.9.1-1 --- libre/vhba-module-libre/PKGBUILD | 8 ++++---- libre/vhba-module-libre/vhba-module.install | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libre/vhba-module-libre') diff --git a/libre/vhba-module-libre/PKGBUILD b/libre/vhba-module-libre/PKGBUILD index 3ba9ec1aa..95f94c9b4 100644 --- a/libre/vhba-module-libre/PKGBUILD +++ b/libre/vhba-module-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id$ +# $Id: PKGBUILD 90193 2013-05-08 10:51:01Z tpowa $ # Maintainer: Ray Rashif # Contributor: Mateusz Herych # Contributor: Charles Lindsay @@ -7,13 +7,13 @@ _pkgname=vhba-module pkgname=vhba-module-libre pkgver=20120422 -_extramodules=extramodules-3.8-LIBRE -pkgrel=22 +_extramodules=extramodules-3.9-LIBRE +pkgrel=24 pkgdesc="Kernel module that emulates SCSI devices (built for the linux-libre kernel package)" arch=('i686' 'x86_64' 'mips64el') url="http://cdemu.sourceforge.net/" license=('GPL') -depends=('linux-libre>=3.8' 'linux-libre<3.9') +depends=('linux-libre>=3.9' 'linux-libre<3.10') makedepends=('linux-libre-headers') options=(!makeflags) install=$_pkgname.install diff --git a/libre/vhba-module-libre/vhba-module.install b/libre/vhba-module-libre/vhba-module.install index 3e26e5438..88b96f7b4 100644 --- a/libre/vhba-module-libre/vhba-module.install +++ b/libre/vhba-module-libre/vhba-module.install @@ -1,6 +1,6 @@ _updatemod() { echo " > Updating module dependencies..." - EXTRAMODULES='extramodules-3.8-LIBRE' + EXTRAMODULES='extramodules-3.9-LIBRE' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } -- cgit v1.2.3-2-g168b