summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Erwin2020-07-19 06:11:02 -0700
committerGreg Erwin2020-07-19 06:11:02 -0700
commit799f17a008db8399e896a26b73aaf3049ec5ab50 (patch)
tree2a50dbbefe4c613ec2caa8730239768869dd8ae0
parent0f42598bf3d009d46a90c64c91059e7ddcc133eb (diff)
downloadaur-799f17a008db8399e896a26b73aaf3049ec5ab50.tar.gz
Replace linux dependency with linux-api-headers>=5.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fab317f43815..a4e8d170df2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libgpiod-git
pkgdesc = C library and tools for interacting with the linux GPIO character device
- pkgver = r722.e161582
+ pkgver = r872.0149e69
pkgrel = 1
url = https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = libgpiod-git
makedepends = git
makedepends = autoconf-archive
makedepends = help2man
- depends = linux>=4.8
+ depends = linux-api-headers>=5.5
depends = python
provides = libgpiod
conflicts = libgpiod
diff --git a/PKGBUILD b/PKGBUILD
index 54a41c45832f..cff29913bc09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Greg Erwin <first name last name 256 at gmail dot com>
pkgname=libgpiod-git
-pkgver=r722.e161582
+pkgver=r872.0149e69
pkgrel=1
pkgdesc="C library and tools for interacting with the linux GPIO character device"
url="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
license=('LGPL2.1')
-depends=('linux>=4.8' 'python')
+depends=('linux-api-headers>=5.5' 'python')
conflicts=('libgpiod')
provides=('libgpiod')
makedepends=('git' 'autoconf-archive' 'help2man')