summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul-Louis Ageneau2021-07-20 14:48:21 +0200
committerPaul-Louis Ageneau2021-07-20 14:48:21 +0200
commitc0599de690f01acadbe4f3cf523cbc8709b2a8cf (patch)
treeb702faa307e9da4a3637f2f4acb12f8cb3278362
parent2e0d9c700b93ba85211b7ce5686821cf4a80ce46 (diff)
downloadaur-c0599de690f01acadbe4f3cf523cbc8709b2a8cf.tar.gz
Added architectures armv6h, armv7h, and aarch64
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 069b973744a5..b34214ce7334 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,9 @@ pkgbase = libdatachannel
pkgrel = 2
url = https://github.com/paullouisageneau/libdatachannel
arch = x86_64
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = LGPL
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 304014f22e5b..5b3b0b477508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libdatachannel
pkgver=0.14.0
pkgrel=2
pkgdesc="C/C++ WebRTC Data Channels and Media Transport lightweight library"
-arch=('x86_64')
+arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/paullouisageneau/$pkgname"
license=('LGPL')
makedepends=('git' 'cmake')