summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordexterlb2020-04-07 19:23:50 +0300
committerdexterlb2020-04-07 19:23:50 +0300
commit032251b59ce1c428fb91422eeed667a1d56fe115 (patch)
treeb6d5d3d1f49c88d7e8b490099729af103ffaa993 /PKGBUILD
parent647a0d4523736457044b731e9bda472afcc3c06e (diff)
downloadaur-032251b59ce1c428fb91422eeed667a1d56fe115.tar.gz
add the armv7h and armv6h architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e21505b67f3..55602df0e46b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=${_pkgname}-git
pkgver=r930.778c329
pkgrel=2
pkgdesc="Real-time audio streaming over network"
-arch=('x86_64' 'i686' 'armv6l' 'armv7l' 'aarch64')
+arch=('x86_64' 'i686' 'armv6l' 'armv7l' 'aarch64' 'armv7h' 'armv6h')
conflicts=(roc)
provides=(roc)
url="https://roc-project.github.io/"