summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGPereira2018-03-03 16:13:21 +0000
committerGPereira2018-03-03 16:13:21 +0000
commit4d7d041ef6d81bc613645a37b5e3adf9d2a378ab (patch)
tree181624f10965ad136480966d6b357c5c3cfa5a1c /PKGBUILD
parent53e8428bca0c20daf94a1a7b5e928b647688b95e (diff)
downloadaur-4d7d041ef6d81bc613645a37b5e3adf9d2a378ab.tar.gz
added armv6h support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")