community/xf86-video-ast: restrict to x86 platforms

This commit is contained in:
Ariadne Conill 2024-09-08 18:06:17 -07:00
parent d0c16e2acc
commit ab6d3e4e95

View File

@ -4,7 +4,7 @@ pkgver=1.1.6
pkgrel=3 pkgrel=3
pkgdesc="X.Org driver for ASpeedTech cards" pkgdesc="X.Org driver for ASpeedTech cards"
url="https://xorg.freedesktop.org" url="https://xorg.freedesktop.org"
arch="all" arch="x86 x86_64"
license="MIT" license="MIT"
makedepends="xorg-server-dev libxi-dev util-macros xorgproto" makedepends="xorg-server-dev libxi-dev util-macros xorgproto"
source="https://www.x.org/releases/individual/driver/xf86-video-ast-$pkgver.tar.xz" source="https://www.x.org/releases/individual/driver/xf86-video-ast-$pkgver.tar.xz"