summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Erwin2019-05-15 21:19:32 -0700
committerGreg Erwin2019-05-15 21:19:32 -0700
commit0f42598bf3d009d46a90c64c91059e7ddcc133eb (patch)
tree26b95d98e1cefaee329fef66c1d55487e01c794e
parent5520ec4af71c05030850eb270825d30260e0a99c (diff)
downloadaur-0f42598bf3d009d46a90c64c91059e7ddcc133eb.tar.gz
Add help2man to makedepends array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa787d9a1c8d..fab317f43815 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 = r673.02f935e
+ pkgver = r722.e161582
pkgrel = 1
url = https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = libgpiod-git
license = LGPL2.1
makedepends = git
makedepends = autoconf-archive
+ makedepends = help2man
depends = linux>=4.8
depends = python
provides = libgpiod
diff --git a/PKGBUILD b/PKGBUILD
index 39dfdd4f6653..54a41c45832f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Greg Erwin <first name last name 256 at gmail dot com>
pkgname=libgpiod-git
-pkgver=r673.02f935e
+pkgver=r722.e161582
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"
@@ -10,7 +10,7 @@ license=('LGPL2.1')
depends=('linux>=4.8' 'python')
conflicts=('libgpiod')
provides=('libgpiod')
-makedepends=('git' 'autoconf-archive')
+makedepends=('git' 'autoconf-archive' 'help2man')
source=('git://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git')
sha1sums=('SKIP')