summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2019-08-07 05:53:09 +0200
committerTérence Clastres2019-08-07 05:53:09 +0200
commit143b6d2c4001041207805dbcbc9685490dc75d24 (patch)
tree3f885c538d226a0d6d65916c4b0f403369346e14 /PKGBUILD
parent9c908599b4c322f6a990aaf975b94cca43494240 (diff)
downloadaur-143b6d2c4001041207805dbcbc9685490dc75d24.tar.gz
Fix missing source file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ddc2391981f..e7f0d4aafe6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _basekernel=5.2
_sub=5
_k_pkgver=${_basekernel}.${_sub}
pkgver=1
-pkgrel=3
+pkgrel=4
pkgdesc="The snd_hda_intel kernel driver, patched to remove crackling on AMD HD-audio controller"
arch=('x86_64')
url="https://bugzilla.kernel.org/show_bug.cgi?id=195303"
@@ -28,14 +28,12 @@ md5sums=('ddf994de00d7b18395886dd9b30b9262'
'eac7fd423191fe0f5fe841fb06999815')
prepare() {
- mkdir -p "${srcdir}/${_pkgbase}"
-
cd "${srcdir}/linux-${_basekernel}"
# add upstream patch
patch -p1 -i ../patch-"${_k_pkgver}"
mkdir -p "${srcdir}"/hda-src
- cp sound/pci/hda/hda_{auto_parser.{c,h},beep.h,bind.c,codec.c,controller{.c,.h,_trace.h},hwdep.c,intel{.c,.h,_trace.h},jack.{c,h},local.h,proc.c,sysfs.c} "${srcdir}"/hda-src
+ cp sound/pci/hda/hda_{auto_parser.{c,h},beep.{c,h},bind.c,codec.c,controller{.c,.h,_trace.h},hwdep.c,intel{.c,.h,_trace.h},jack.{c,h},local.h,proc.c,sysfs.c} "${srcdir}"/hda-src
cp sound/pci/hda/Makefile "${srcdir}"/hda-src
cd "${srcdir}/hda-src"