diff options
Diffstat (limited to 'community/vhba-module/PKGBUILD')
-rw-r--r-- | community/vhba-module/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/vhba-module/PKGBUILD b/community/vhba-module/PKGBUILD index 5904f5ef7..4e2739fb2 100644 --- a/community/vhba-module/PKGBUILD +++ b/community/vhba-module/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 53809 2011-08-08 10:37:58Z jelle $ +# $Id: PKGBUILD 57058 2011-10-20 04:40:39Z bpiotrowski $ # Maintainer: Mateusz Herych <heniekk@gmail.com> # Contributor: Charles Lindsay <charles@chaoslizard.org> pkgname=vhba-module -pkgver=20110416 +pkgver=20110915 _kernver='3.0-ARCH' -pkgrel=2 +pkgrel=1 pkgdesc="Kernel module that emulates SCSI devices" arch=('i686' 'x86_64') url="http://cdemu.sourceforge.net/" @@ -14,7 +14,7 @@ depends=('linux>=3.0' 'linux<3.1') makedepends=('linux-headers>=3.0') install=vhba-module.install source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.gz) -md5sums=('2f91dd4ee8648da92d625221d4275b60') +md5sums=('fb90cd8fc4cd74d08c92e8235f99f1f4') build() { cd "$srcdir/$pkgname-$pkgver" |