summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Endfinger2020-01-13 20:53:12 -0500
committerKenneth Endfinger2020-01-13 20:53:12 -0500
commit56fe26a33208cf4617bd11a30c721a4def2a7419 (patch)
tree2c7ce8255139fd5698e9214f14b32558ca08cfd1 /PKGBUILD
parent18efb248c53e63947c99a7fb07ebc3bbf544d4d7 (diff)
downloadaur-56fe26a33208cf4617bd11a30c721a4def2a7419.tar.gz
Fix architecture in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93d27b263b46..582a68b52eb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=51
pkgdesc='Shows and sets mapping between consoles and framebuffer devices'
url='https://www.debian.org/'
license=('GPL')
-arch=('any')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
source=('https://mirrors.kernel.org/debian/pool/main/f/fbset/fbset_2.1-28.debian.tar.xz')
sha512sums=('ea96e699e08d15fec4106434edf6f360e78e531dbbd81507bca8f2b31ec39fd12ba0d5c4a6c8a8a110112f3d4e83c3425ebaa59625adb24c3990d18e6f2051c9')