[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)
Jan Steffens
heftig at archlinux.org
Sun Sep 10 23:04:27 UTC 2017
Date: Sunday, September 10, 2017 @ 23:04:25
Author: heftig
Revision: 256839
20170610-14: kernel 4.13.1
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 2017-09-10 23:04:15 UTC (rev 256838)
+++ PKGBUILD 2017-09-10 23:04:25 UTC (rev 256839)
@@ -6,13 +6,13 @@
pkgbase=vhba-module
pkgname=(vhba-module vhba-module-dkms)
pkgver=20170610
-_extramodules=extramodules-4.12-ARCH
-pkgrel=13
+_extramodules=extramodules-4.13-ARCH
+pkgrel=14
pkgdesc="Kernel module that emulates SCSI devices"
url="http://cdemu.sourceforge.net/"
arch=(i686 x86_64)
license=(GPL)
-makedepends=('linux-headers>=4.12' 'linux-headers<4.13' linux)
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14' linux)
source=("http://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2"
60-vhba.rules dkms.conf)
sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
@@ -29,7 +29,7 @@
}
package_vhba-module() {
- depends=('linux>=4.12' 'linux<4.13')
+ depends=('linux>=4.13' 'linux<4.14')
install=vhba-module.install
cd $pkgbase-$pkgver
Modified: vhba-module.install
===================================================================
--- vhba-module.install 2017-09-10 23:04:15 UTC (rev 256838)
+++ vhba-module.install 2017-09-10 23:04:25 UTC (rev 256839)
@@ -4,7 +4,7 @@
}
post_upgrade() {
- EXTRAMODULES=extramodules-4.12-ARCH
+ EXTRAMODULES=extramodules-4.13-ARCH
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}
More information about the arch-commits
mailing list