diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-21 20:09:14 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-21 20:09:14 -0200 |
commit | 0f735718dcdaeaef48df70fb31f2d1cc795810c2 (patch) | |
tree | fb5657c8fe1329feb619474f3f26f4061a3dae35 /libre/vhba-module-libre | |
parent | 5b4ce2c81e80c21423176e6189ef9f0459d3466f (diff) |
rebuild packages against linux-libre-3.13.4-1
Diffstat (limited to 'libre/vhba-module-libre')
-rw-r--r-- | libre/vhba-module-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/vhba-module-libre/PKGBUILD b/libre/vhba-module-libre/PKGBUILD index ed87b2b70..1f2e1fcf3 100644 --- a/libre/vhba-module-libre/PKGBUILD +++ b/libre/vhba-module-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104393 2014-01-19 20:29:02Z tpowa $ +# $Id: PKGBUILD 104814 2014-01-26 12:47:02Z thomas $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Charles Lindsay <charles@chaoslizard.org> @@ -7,13 +7,13 @@ _pkgname=vhba-module pkgname=vhba-module-libre pkgver=20130607 -_extramodules=extramodules-3.12-LIBRE -pkgrel=23 +_extramodules=extramodules-3.13-LIBRE +pkgrel=24 pkgdesc="Kernel module that emulates SCSI devices (built for the linux-libre kernel package)" arch=('i686' 'x86_64' 'mips64el') url="http://cdemu.sourceforge.net/" license=('GPL') -depends=('linux-libre>=3.12' 'linux-libre<3.13') +depends=('linux-libre>=3.13' 'linux-libre<3.14') makedepends=('linux-libre-headers') options=(!makeflags) install=$_pkgname.install |