summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbf1ebdaa13e..075530dd6a6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_pkgname=tempreader
pkgname="${_pkgname}-git"
pkgver=r1.c5900e3
-pkgrel=1
+pkgrel=2
pkgdesc='RESTful API to read data from DS18B20 temperature sensors.'
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
url="https://github.com/${_pkgname}/"
license=('MIT')
makedepends=('go')