[arch-commits] Commit in acpi_call-lts/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Oct 25 15:52:54 UTC 2019
Date: Friday, October 25, 2019 @ 15:52:53
Author: heftig
Revision: 519244
1.1.0-97: LTS kernel 4.19.80-2
Modified:
acpi_call-lts/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-25 15:52:50 UTC (rev 519243)
+++ PKGBUILD 2019-10-25 15:52:53 UTC (rev 519244)
@@ -4,13 +4,12 @@
pkgname=acpi_call-lts
pkgver=1.1.0
-pkgrel=96
+pkgrel=97
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
url='https://github.com/mkottman/acpi_call'
arch=('x86_64')
license=('GPL')
-depends=('linux-lts>=4.19.80')
-makedepends=('linux-lts-headers>=4.19.80')
+makedepends=('linux-lts-headers')
provides=('acpi_call')
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")
sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
@@ -31,6 +30,8 @@
}
package() {
+ depends=(linux-lts)
+
cd acpi_call-$pkgver
_extradir="/usr/lib/modules/$(</usr/src/linux-lts/version)/extramodules"
install -Dt "$pkgdir$_extradir" -m644 *.ko
More information about the arch-commits
mailing list