summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3847a7edfa8..4ac2ac91a76f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,14 @@
pkgbase = libgpiod-git
pkgdesc = C library and tools for interacting with the linux GPIO character device
- pkgver = r446.8ee026e
+ pkgver = r530.a029549
pkgrel = 1
url = https://github.com/brgl/libgpiod
arch = x86_64
arch = i686
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = LGPL2.1
makedepends = git
depends = linux>=4.8
diff --git a/PKGBUILD b/PKGBUILD
index 2d58558189a9..873c548ec848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Greg Erwin <first name last name 256 at gmail dot com>
pkgname=libgpiod-git
-pkgver=r446.8ee026e
+pkgver=r530.a029549
pkgrel=1
pkgdesc="C library and tools for interacting with the linux GPIO character device"
url="https://github.com/brgl/libgpiod"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
license=('LGPL2.1')
depends=('linux>=4.8')
makedepends=('git')