Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Packages
Extra
linux515-extramodules
acpi_call
Commits
7237643d
Commit
7237643d
authored
Dec 27, 2021
by
Philip Müller
Browse files
[pkg-upd] 1.2.2-3
parent
edb21288
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
7237643d
...
...
@@ -10,7 +10,7 @@ _extramodules=extramodules-5.15-MANJARO
pkgname
=
$_linuxprefix
-acpi_call
_pkgname
=
acpi_call
pkgver
=
1.2.2
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
'A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
arch
=(
'x86_64'
)
url
=
"https://github.com/nix-community/
$_pkgname
"
...
...
@@ -26,7 +26,7 @@ sha256sums=('d83919fc5e93b2605b262aae4c19a35bcc365b3cbade912d09fd366e8a5cca01')
build
()
{
_kernver
=
"
$(
cat
/usr/lib/modules/
${
_extramodules
}
/version
)
"
cd
"
${
_pkgname
}
-
${
pkgver
}
"
make
KVER
SION
=
"
${
_kernver
}
"
make
KVER
=
"
${
_kernver
}
"
}
package
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment