diff options
author | Devin Lin | 2022-03-28 17:17:42 -0400 |
---|---|---|
committer | Devin Lin | 2022-03-28 17:17:42 -0400 |
commit | d0232432dd3c3b25365c67c8764a99fc9749630d (patch) | |
tree | a237e12189933f76bf358580a213ca7fa86fb87e | |
parent | 29bfd59d7fc4339f910fff1a0a341c2f89fedb61 (diff) | |
download | aur-d0232432dd3c3b25365c67c8764a99fc9749630d.tar.gz |
Add more architectures
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 @@ -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") |