summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Erwin2017-11-04 22:21:07 -0500
committerGreg Erwin2017-11-04 22:21:07 -0500
commit8cea1bb2057c209a85d772b88460f2c50ed09c4a (patch)
tree08f9f3d229862ab6a238b96f61368115ac521080
parent9999d724ec1005429cb18d8c77d4b9ac52c4448a (diff)
downloadaur-8cea1bb2057c209a85d772b88460f2c50ed09c4a.tar.gz
Add all architectures supported by Arch Linux ARM
-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')