summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRansu2022-07-12 07:18:26 -0700
committerRansu2022-07-12 07:18:26 -0700
commite872dd6e18a37f9e7b4323f4e65fe6feab8b7841 (patch)
tree3fc059181788d795400061c84d58e632df4aedf0
parentc511c93970b0c77a675de6109f32fd13b1aa027c (diff)
downloadaur-e872dd6e18a37f9e7b4323f4e65fe6feab8b7841.tar.gz
Add 'armv7h' to list of supported arch
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b9f3f29d47f..102823591c86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = mmsd-tng-git
pkgrel = 1
url = https://git.kernel.org/pub/scm/network/ofono/mmsd.git
arch = x86_64
+ arch = armv7h
arch = aarch64
license = GPL2
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 639ba798cc96..53634d703967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.5.r0.g2bbeaa2
pkgrel=1
pkgdesc="Multimedia Messaging Service Daemon - The Next Generation"
url="https://git.kernel.org/pub/scm/network/ofono/mmsd.git"
-arch=('x86_64' 'aarch64')
+arch=('x86_64' 'armv7h' 'aarch64')
license=("GPL2")
provides=("mmsd" "mmsd-tng")
conflicts=("mmsd" "mmsd-tng")