summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblackhole2023-07-10 11:08:22 +0200
committerblackhole2023-07-10 11:08:22 +0200
commit68d9b61215ddd122d371bde0f3171211353ccb9c (patch)
tree595d5124605bf03acc8cf084ba5143c2f1e54083
parenta3f2e9b109bafa1cf646ac4cc3a8493990706c72 (diff)
downloadaur-68d9b61215ddd122d371bde0f3171211353ccb9c.tar.gz
Correction to optdepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86f4cc3fd90e..10dcba9ae1e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ravenna-alsa-lkm-dkms
pkgdesc = A kernel module for ALSA RAVENNA/AES67 Driver
pkgver = r141.6ca0a3d
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/MergingTechnologies/ravenna-alsa-lkm
arch = x86_64
arch = x86_64_v3
@@ -10,11 +10,8 @@ pkgbase = ravenna-alsa-lkm-dkms
license = GPL
depends = gcc
depends = dkms
- optdepends = linux-rt-headers: Needed for build the module for Arch kernel
- optdepends = linux-rt-bfq-dev-headers: Needed for build the module for Arch kernel
+ optdepends = linux-rt-headers: Needed for build the module for Arch RT kernel
optdepends = linux-headers: Needed for build the module for Arch kernel
- optdepends = linux-lts-headers: Needed for build the module for LTS Arch kernel
- optdepends = linux-zen-headers: Needed for build the module for ZEN Arch kernel
source = git+https://github.com/bondagit/ravenna-alsa-lkm.git#branch=aes67-daemon
source = dkms.conf
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1584b257a971..c98cdcc8dad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,16 @@
_pkgbase=ravenna-alsa-lkm
pkgname="${_pkgbase}-dkms"
pkgver=r141.6ca0a3d
-pkgrel=1
+pkgrel=2
pkgdesc="A kernel module for ALSA RAVENNA/AES67 Driver"
url="https://bitbucket.org/MergingTechnologies/ravenna-alsa-lkm"
license=("GPL")
arch=('x86_64' 'x86_64_v3' 'armv7h' 'aarch64')
depends=('gcc' 'dkms')
optdepends=(
- 'linux-rt-headers: Needed for build the module for Arch kernel'
- 'linux-rt-bfq-dev-headers: Needed for build the module for Arch kernel'
+ 'linux-rt-headers: Needed for build the module for Arch RT kernel'
'linux-headers: Needed for build the module for Arch kernel'
- 'linux-lts-headers: Needed for build the module for LTS Arch kernel'
- 'linux-zen-headers: Needed for build the module for ZEN Arch kernel')
+ )
source=("git+https://github.com/bondagit/ravenna-alsa-lkm.git#branch=aes67-daemon" "dkms.conf")
sha256sums=('SKIP' 'bcb15ff6d8d91c0ecdc476b9d33c296c4f84c99239cd8d4019fefd7c81420881')