diff options
author | Adam S Levy | 2018-03-05 19:24:15 -0900 |
---|---|---|
committer | Adam S Levy | 2018-03-05 19:24:15 -0900 |
commit | 6137cb2fc00d1812cd61247c99baae4aab5684f5 (patch) | |
tree | 860e43bfe2df75b0150a0ec776d8bb169c732909 /PKGBUILD | |
parent | db68fafba1bc416cc7d8d009a541624e544fc3b4 (diff) | |
download | aur-6137cb2fc00d1812cd61247c99baae4aab5684f5.tar.gz |
upgpkg: kapacitor 1.4.0-2
Add armv7h to arch array
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ _gitname='kapacitor' pkgver='1.4.0' pkgrel='2' pkgdesc='Open source framework for processing, monitoring, and alerting on time series data' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url='http://influxdb.org/' license=('MIT') depends=('') |