diff options
Diffstat (limited to 'community-testing')
-rw-r--r-- | community-testing/vhba-module/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community-testing/vhba-module/PKGBUILD b/community-testing/vhba-module/PKGBUILD index 906869971..9f866ad75 100644 --- a/community-testing/vhba-module/PKGBUILD +++ b/community-testing/vhba-module/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 68474 2012-03-25 11:30:35Z schiv $ +# $Id: PKGBUILD 68528 2012-03-26 10:13:31Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Charles Lindsay <charles@chaoslizard.org> pkgname=vhba-module pkgver=20110915 -_extramodules=extramodules-3.2-ARCH -pkgrel=5 +_extramodules=extramodules-3.3-ARCH +pkgrel=6 pkgdesc="Kernel module that emulates SCSI devices" arch=('i686' 'x86_64') url="http://cdemu.sourceforge.net/" license=('GPL') -depends=('linux>=3.2' 'linux<3.3') -makedepends=('linux-headers>=3.2') +depends=('linux>=3.3' 'linux<3.4') +makedepends=('linux-headers>=3.3') install=$pkgname.install source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2" '60-vhba.rules') |