summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumax2022-07-23 21:14:49 +0800
committerkumax2022-07-23 21:14:49 +0800
commit9be1f4d61129d5d5635ce991fb4cebf991cbf061 (patch)
tree261b671b89e1013b1151af898e122ea2d702fd75
parentf92e5f297307800b709da2d83894f6bded0bf92b (diff)
downloadaur-9be1f4d61129d5d5635ce991fb4cebf991cbf061.tar.gz
Remove the linux-headers dependency.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b43b41078f0d..c0d39b6096fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = gslx680-acpi-dkms-git
license = GPL2
makedepends = git
depends = dkms
- depends = linux-headers
provides = gslx680-acpi
conflicts = gslx680-acpi
source = gslx680-acpi-dkms-git::git+https://github.com/onitake/gslx680-acpi.git
@@ -18,4 +17,3 @@ pkgbase = gslx680-acpi-dkms-git
sha256sums = 04e768901152606ab0c33dac6d0c4a365e5fd7ba803a43be9847e47f9da38461
pkgname = gslx680-acpi-dkms-git
-
diff --git a/PKGBUILD b/PKGBUILD
index baf3ed4edd33..55ebb4be8677 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="ACPI/x86 compatible driver for Silead GSLx680 touchscreens."
arch=('i686' 'x86_64')
url="https://github.com/onitake/gslx680-acpi"
license=('GPL2')
-depends=('dkms' 'linux-headers')
+depends=('dkms')
makedepends=('git')
provides=("${_pkgbase}")
conflicts=("${_pkgbase}")