diff options
author | root <root@rshg054.dnsready.net> | 2012-03-28 00:01:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-28 00:01:38 +0000 |
commit | a26ce336126d18cde915c2331250b8dfbffc24f8 (patch) | |
tree | dd0ee1c89d9c153abfde0b4e7878a2931893ed4c /community-testing | |
parent | c8729cab8302ab82e01135a22fb9fa9704f1559b (diff) |
Wed Mar 28 00:01:38 UTC 2012
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') |