summaryrefslogtreecommitdiff
path: root/community/vhba-module
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-14 12:33:07 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-14 12:33:07 -0300
commitfdd03e5ecce11853fa939682ed87e938605d36be (patch)
treed48893d7d8ce37d16a2368194969880050357df7 /community/vhba-module
parent1fafdadaae260eaef7194102b5eb842466e63dd1 (diff)
parent0917a0682e48c4261e47d743725d990f47f6ec95 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/autocutsel/PKGBUILD community/dev86/PKGBUILD testing/gnome-control-center/PKGBUILD
Diffstat (limited to 'community/vhba-module')
-rw-r--r--community/vhba-module/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/vhba-module/PKGBUILD b/community/vhba-module/PKGBUILD
index 17c189110..965ee69e9 100644
--- a/community/vhba-module/PKGBUILD
+++ b/community/vhba-module/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 37578 2011-01-14 16:46:23Z mherych $
+# $Id: PKGBUILD 44936 2011-04-13 05:20:34Z schiv $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Charles Lindsay <charles@chaoslizard.org>
pkgname=vhba-module
pkgver=20100822
-_kernver='2.6.37-ARCH'
-pkgrel=3
+_kernver='2.6.38-ARCH'
+pkgrel=4
pkgdesc="Kernel module that emulates SCSI devices"
arch=('i686' 'x86_64' 'mips64el')
url="http://cdemu.sourceforge.net/"
license=('GPL2')
-depends=('kernel26>=2.6.37' 'kernel26<2.6.38')
-makedepends=('kernel26-headers>=2.6.37' 'git')
+depends=('kernel26>=2.6.38' 'kernel26<2.6.39')
+makedepends=('kernel26-headers>=2.6.38' 'git')
install=vhba-module.install
source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.gz
- vhba-kernel2.6.37.patch)
+ vhba-kernel2.6.37.patch)
md5sums=('1d2f06ae33c5d15b7c29e467e4658aa2'
- 'f0499fc54f6ef9b8d6ca0b9e940c5906')
+ 'f0499fc54f6ef9b8d6ca0b9e940c5906')
build() {
cd "$srcdir/$pkgname-$pkgver"