diff options
author | root <root@rshg054.dnsready.net> | 2012-06-17 00:03:04 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-17 00:03:04 +0000 |
commit | 608992f17d5473f8270f0779d3b9bcfe8fbdfa1c (patch) | |
tree | 01a9cf1b9b9ca1fd37e5c0a7f67f077633459f02 /community/vhba-module/PKGBUILD | |
parent | f186b4cb8562b60dd4e1f5331f248caf547c8839 (diff) |
Sun Jun 17 00:03:04 UTC 2012
Diffstat (limited to 'community/vhba-module/PKGBUILD')
-rw-r--r-- | community/vhba-module/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/vhba-module/PKGBUILD b/community/vhba-module/PKGBUILD index c0ea352b8..27c41637c 100644 --- a/community/vhba-module/PKGBUILD +++ b/community/vhba-module/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 70195 2012-05-01 18:07:34Z schiv $ +# $Id: PKGBUILD 72473 2012-06-15 09:20:59Z ibiru $ # 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.3-ARCH -pkgrel=7 +pkgver=20120422 +_extramodules=extramodules-3.4-ARCH +pkgrel=1 pkgdesc="Kernel module that emulates SCSI devices" arch=('i686' 'x86_64') url="http://cdemu.sourceforge.net/" license=('GPL') -depends=('linux>=3.3' 'linux<3.4') -makedepends=('linux-headers>=3.3') +depends=('linux>=3.4' 'linux<3.5') +makedepends=('linux-headers>=3.4') install=$pkgname.install source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2" '60-vhba.rules') -md5sums=('8bb99b427ca67bad448f4dd211bdd1a2' +md5sums=('d97372da1d270d1605742b2995fb6678' '549bd2d9696bd1884c8eed7193c00e21') build() { |