[arch-commits] Commit in vhba-module/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Oct 25 13:19:16 UTC 2019
Date: Friday, October 25, 2019 @ 13:19:15
Author: heftig
Revision: 518870
20190831-15: kernel 5.3.7.arch1-2
Modified:
vhba-module/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-25 13:19:13 UTC (rev 518869)
+++ PKGBUILD 2019-10-25 13:19:15 UTC (rev 518870)
@@ -5,12 +5,11 @@
pkgbase=vhba-module
pkgname=(vhba-module vhba-module-dkms)
pkgver=20190831
-pkgrel=14
+pkgrel=15
pkgdesc="Kernel module that emulates SCSI devices"
url="https://cdemu.sourceforge.io/"
arch=(x86_64)
license=(GPL)
-depends=('linux')
makedepends=('linux-headers')
source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2"
60-vhba.rules dkms.conf)
@@ -29,6 +28,8 @@
}
package_vhba-module() {
+ depends=(linux)
+
local extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
cd $pkgbase-$pkgver
install -Dt "$pkgdir$extradir" -m644 *.ko
More information about the arch-commits
mailing list