diff options
Diffstat (limited to 'libre/vhba-module-libre/PKGBUILD')
-rw-r--r-- | libre/vhba-module-libre/PKGBUILD | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/libre/vhba-module-libre/PKGBUILD b/libre/vhba-module-libre/PKGBUILD index c32ba0309..8d55022b5 100644 --- a/libre/vhba-module-libre/PKGBUILD +++ b/libre/vhba-module-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 113281 2014-06-17 08:06:25Z tpowa $ +# $Id: PKGBUILD 113764 2014-06-29 21:23:52Z heftig $ # Maintainer (Arch): Ray Rashif <schiv@archlinux.org> # Contributor (Arch): Mateusz Herych <heniekk@gmail.com> # Contributor (Arch): Charles Lindsay <charles@chaoslizard.org> @@ -6,9 +6,9 @@ _pkgname=vhba-module pkgname=vhba-module-libre -pkgver=20130607 +pkgver=20140629 _extramodules=extramodules-3.15-LIBRE -pkgrel=29 +pkgrel=1 pkgdesc="Kernel module that emulates SCSI devices (built for the linux-libre kernel package)" arch=('i686' 'x86_64' 'mips64el') url="http://cdemu.sourceforge.net/" @@ -21,19 +21,9 @@ replaces=('vhba-module') conflicts=('vhba-module') provides=("vhba-module=$pkgver") source=("http://downloads.sourceforge.net/cdemu/$_pkgname-$pkgver.tar.bz2" - '60-vhba.rules' - '0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch') -md5sums=('660df41d08b1fd86baad1f16a0264438' - '4dc37dc348b5a2c83585829bde790dcc' - '8c929ef662de89f348d277983cbb3952') - -prepare() { - cd $_pkgname-$pkgver - - # Fix build with Linux-libre 3.15 - # http://sourceforge.net/p/cdemu/bugs/76/ - patch -Np2 -i ../0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch -} + '60-vhba.rules') +md5sums=('6b307a80df9c163768cc7ecb3ccebb71' + '4dc37dc348b5a2c83585829bde790dcc') build() { cd $_pkgname-$pkgver |