summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Lin2022-03-28 17:17:42 -0400
committerDevin Lin2022-03-28 17:17:42 -0400
commitd0232432dd3c3b25365c67c8764a99fc9749630d (patch)
treea237e12189933f76bf358580a213ca7fa86fb87e
parent29bfd59d7fc4339f910fff1a0a341c2f89fedb61 (diff)
downloadaur-d0232432dd3c3b25365c67c8764a99fc9749630d.tar.gz
Add more architectures
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5e3fc868fc2..4f20d93cad08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,12 @@ pkgbase = plasma-mobile-sounds
pkgrel = 1
url = https://invent.kde.org/plasma-mobile/plasma-mobile-sounds
arch = x86_64
+ arch = i686
+ arch = i486
+ arch = pentium4
+ arch = arm
+ arch = armv6h
+ arch = armv7h
arch = aarch64
license = CC-BY-4.0
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index bd057eba2ee6..f3bc52566150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=plasma-mobile-sounds
pkgver=0.1
pkgrel=1
pkgdesc="Sounds for Plasma Mobile"
-arch=('x86_64' 'aarch64')
+arch=(x86_64 i686 i486 pentium4 arm armv6h armv7h aarch64)
url="https://invent.kde.org/plasma-mobile/plasma-mobile-sounds"
license=('CC-BY-4.0')
source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")