[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)
Tobias Powalowski
tpowa at archlinux.org
Thu Dec 22 18:53:15 UTC 2016
Date: Thursday, December 22, 2016 @ 18:53:14
Author: tpowa
Revision: 201134
upgpkg: vhba-module 20161009-3
rebuild against 4.9
Modified:
vhba-module/trunk/PKGBUILD
vhba-module/trunk/vhba-module.install
---------------------+
PKGBUILD | 8 ++++----
vhba-module.install | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-22 18:51:23 UTC (rev 201133)
+++ PKGBUILD 2016-12-22 18:53:14 UTC (rev 201134)
@@ -5,14 +5,14 @@
pkgname=vhba-module
pkgver=20161009
-_extramodules=extramodules-4.8-ARCH
-pkgrel=2
+_extramodules=extramodules-4.9-ARCH
+pkgrel=3
pkgdesc="Kernel module that emulates SCSI devices"
arch=('i686' 'x86_64')
url="http://cdemu.sourceforge.net/"
license=('GPL')
-depends=('linux>=4.8' 'linux<4.9')
-makedepends=('linux-headers>=4.8' 'linux-headers<4.9')
+depends=('linux>=4.9' 'linux<4.10')
+makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
options=(!makeflags)
install=$pkgname.install
source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2"
Modified: vhba-module.install
===================================================================
--- vhba-module.install 2016-12-22 18:51:23 UTC (rev 201133)
+++ vhba-module.install 2016-12-22 18:53:14 UTC (rev 201134)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-4.8-ARCH
+EXTRAMODULES=extramodules-4.9-ARCH
_updatemod() {
echo " > Updating module dependencies..."
More information about the arch-commits
mailing list