[arch-commits] Commit in vhba-module/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Mar 13 02:10:03 UTC 2021


    Date: Saturday, March 13, 2021 @ 02:10:02
  Author: heftig
Revision: 889993

20200106-120: FS#69946 use provides=(VHBA-MODULE)

Modified:
  vhba-module/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-13 01:37:26 UTC (rev 889992)
+++ PKGBUILD	2021-03-13 02:10:02 UTC (rev 889993)
@@ -1,4 +1,4 @@
-# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
 # Contributor: Mateusz Herych <heniekk at gmail.com>
 # Contributor: Charles Lindsay <charles at chaoslizard.org>
 
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=119
+pkgrel=120
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/"
 arch=(x86_64)
@@ -29,6 +29,7 @@
 
 package_vhba-module() {
   depends=(linux)
+  provides=(VHBA-MODULE)
 
   local extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
   cd $pkgbase-$pkgver
@@ -42,7 +43,7 @@
 
 package_vhba-module-dkms() {
   depends=(dkms)
-  provides=("vhba-module=$pkgver-$pkgrel")
+  provides=(VHBA-MODULE)
   conflicts=(vhba-module)
 
   cd $pkgbase-$pkgver



More information about the arch-commits mailing list