summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGPereira2018-03-03 16:13:21 +0000
committerGPereira2018-03-03 16:13:21 +0000
commit4d7d041ef6d81bc613645a37b5e3adf9d2a378ab (patch)
tree181624f10965ad136480966d6b357c5c3cfa5a1c
parent53e8428bca0c20daf94a1a7b5e928b647688b95e (diff)
downloadaur-4d7d041ef6d81bc613645a37b5e3adf9d2a378ab.tar.gz
added armv6h support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef5bff8f90f4..09a19eb0896a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = can-utils
pkgdesc = Linux-CAN / SocketCAN user space applications
pkgver = 2018.02.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/linux-can/can-utils
arch = x86_64
+ arch = armv6h
license = GPLv2
conflicts = can-utils-git
source = can-utils-2018.02.0.tar.gz::https://github.com/linux-can/can-utils/archive/v2018.02.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index eb0a6fc2c6d7..028aca1e9a65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=can-utils
pkgver=2018.02.0
_pkgname=can-utils-${pkgver}
-pkgrel=2
+pkgrel=3
pkgdesc="Linux-CAN / SocketCAN user space applications"
-arch=('x86_64')
+arch=('x86_64' 'armv6h')
url="https://github.com/linux-can/can-utils"
license=('GPLv2')
conflicts=("can-utils-git")