summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-05-23 20:12:45 +0100
committerJonathon Fernyhough2018-05-23 20:12:45 +0100
commitc8395befe684181d1482525ae1fe42d493c9ea94 (patch)
tree47e0a608601fedc633177442d00e0f0c84dd8cdc /PKGBUILD
parentca7804c82c605327b96d8fee66f91a3196be6b63 (diff)
downloadaur-c8395befe684181d1482525ae1fe42d493c9ea94.tar.gz
Add extra architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e99c5c6883d..793681f51a01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Romain Bouchaud-Leduc <r0m1.bl@camaris.org>
pkgname=trickle-git
-pkgver=r21.596bb13
-pkgrel=1
+pkgver=latest
+pkgrel=2
pkgdesc="Lightweight userspace bandwidth shaper"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/mariusae/trickle"
license=('BSD')
depends=('libevent' 'libtirpc')