Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / vhba-module
Commits:
73124052 by Jan Alexander Steffens (heftig) at 2024-02-06T15:21:46+01:00
20240202-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,19 @@
pkgbase = vhba-module
pkgdesc = Kernel module that emulates SCSI devices
- pkgver = 20211218
- pkgrel = 179
+ pkgver = 20240202
+ pkgrel = 1
url = https://cdemu.sourceforge.io/
arch = x86_64
- license = GPL
+ license = GPL-2.0-or-later
makedepends = linux-headers
- source =
https://downloads.sourceforge.net/cdemu/vhba-module-20211218.tar.xz
+ source =
https://downloads.sourceforge.net/cdemu/vhba-module-20240202.tar.xz
source = dkms.conf
- sha256sums =
72c5a8c1c452805e4cef8cafefcecc2d25ce197ae4c67383082802e5adcd77b6
- sha256sums =
8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7
+ md5sums = ba66d25b257daba715d4870addbd131c
+ md5sums = 7da9314812d9ea665df0db33052c7452
+ sha1sums = 84f281612d18978959216a8b9eae6e5a94dcb6cf
+ sha1sums = c3b46eeceef6124483020ae52ccb801c534996b2
+ b2sums =
7974f60b73c634528afdd44e94c6da34bdc481d874f19845efc0464435a7e560494dd703b0fb1df34c96fce5f1afb300a1e6e2b3b9730e91c956816905eb2f44
+ b2sums =
f1f3d97fc450de4a0257fa4c864eb7245f6c9657472eec67949b1335681ba86a40273b7fb11d023e406f792709252d80e635791674bdf79153f53161b4c5d871
pkgname = vhba-module
depends = linux
=====================================
PKGBUILD
=====================================
@@ -4,18 +4,29 @@
# Contributor: Charles Lindsay <[email protected]>
pkgbase=vhba-module
-pkgname=(vhba-module vhba-module-dkms)
-pkgver=20211218
-pkgrel=179
+pkgname=(
+ vhba-module
+ vhba-module-dkms
+)
+pkgver=20240202
+pkgrel=1
pkgdesc="Kernel module that emulates SCSI devices"
url="https://cdemu.sourceforge.io/"
arch=(x86_64)
-license=(GPL)
-makedepends=('linux-headers')
-source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz"
- dkms.conf)
-sha256sums=('72c5a8c1c452805e4cef8cafefcecc2d25ce197ae4c67383082802e5adcd77b6'
- '8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+license=(GPL-2.0-or-later)
+makedepends=(linux-headers)
+source=(
+ "https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz"
+ dkms.conf
+)
+b2sums=('7974f60b73c634528afdd44e94c6da34bdc481d874f19845efc0464435a7e560494dd703b0fb1df34c96fce5f1afb300a1e6e2b3b9730e91c956816905eb2f44'
+
'f1f3d97fc450de4a0257fa4c864eb7245f6c9657472eec67949b1335681ba86a40273b7fb11d023e406f792709252d80e635791674bdf79153f53161b4c5d871')
+
+# https://sourceforge.net/projects/cdemu/files/vhba-module/
+md5sums=('ba66d25b257daba715d4870addbd131c'
+ '7da9314812d9ea665df0db33052c7452')
+sha1sums=('84f281612d18978959216a8b9eae6e5a94dcb6cf'
+ 'c3b46eeceef6124483020ae52ccb801c534996b2')
prepare() {
cd $pkgbase-$pkgver
@@ -46,4 +57,4 @@ package_vhba-module-dkms() {
dkms.conf $pkgbase-$pkgver/{Makefile,vhba.c}
}
-# vim:set ts=2 sw=2 et:
+# vim:set sw=2 sts=-1 et:
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vhba-module/-/commit/731240526cbc94e3476174475e593079e28d7d86
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vhba-module/-/commit/731240526cbc94e3476174475e593079e28d7d86
You're receiving this email because of your account on gitlab.archlinux.org.