diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-11 01:39:36 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-11 01:39:36 -0300 |
commit | c003ccc8b2b140c9f91bf230979f6118b4b2384f (patch) | |
tree | 31e53415211d168695b8dfe381744b4de7d4165b /libre/vhba-module-libre/PKGBUILD | |
parent | 6efc05af7227483be076f1bb03ba60a63a6ecd7e (diff) |
rebuild packages against linux-libre-3.14-4
Diffstat (limited to 'libre/vhba-module-libre/PKGBUILD')
-rw-r--r-- | libre/vhba-module-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/vhba-module-libre/PKGBUILD b/libre/vhba-module-libre/PKGBUILD index 1f2e1fcf3..49d31f45e 100644 --- a/libre/vhba-module-libre/PKGBUILD +++ b/libre/vhba-module-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104814 2014-01-26 12:47:02Z thomas $ +# $Id: PKGBUILD 108714 2014-04-01 22:36:58Z thomas $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Charles Lindsay <charles@chaoslizard.org> @@ -7,14 +7,14 @@ _pkgname=vhba-module pkgname=vhba-module-libre pkgver=20130607 -_extramodules=extramodules-3.13-LIBRE -pkgrel=24 +_extramodules=extramodules-3.14-LIBRE +pkgrel=25 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.13' 'linux-libre<3.14') -makedepends=('linux-libre-headers') +depends=('linux-libre>=3.14' 'linux-libre<3.15') +makedepends=('linux-libre-headers>=3.14' 'linux-libre-headers<3.15') options=(!makeflags) install=$_pkgname.install replaces=('vhba-module') |