From e48caece53f62a5ea5bf2774e2b02ca9a3aaab05 Mon Sep 17 00:00:00 2001 From: Piraty Date: Sat, 20 Jul 2019 12:53:40 +0200 Subject: [PATCH] xf86-video-fbturbo: build for aarch64* as well --- srcpkgs/xf86-video-fbturbo/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/xf86-video-fbturbo/template b/srcpkgs/xf86-video-fbturbo/template index 2252aedc81..f7d1c80d48 100644 --- a/srcpkgs/xf86-video-fbturbo/template +++ b/srcpkgs/xf86-video-fbturbo/template @@ -1,16 +1,16 @@ -# Template build file for 'xf86-video-fbturbo'. +# Template file for 'xf86-video-fbturbo' pkgname=xf86-video-fbturbo version=0.4.0 -revision=16 +revision=17 build_style=gnu-configure short_desc="Xorg DDX driver for ARM devices (RaspberryPi/Allwinner)" -homepage="http://github.com/ssvb/xf86-video-fbturbo" -license="MIT, GPL-2.0-or-later" maintainer="Juan RP " +license="MIT, GPL-2.0-or-later" +homepage="http://github.com/ssvb/xf86-video-fbturbo" distfiles="https://github.com/ssvb/xf86-video-fbturbo/archive/${version}.tar.gz" checksum=10411686de0a9d8b2cde300b0d68e9f1d22e3611470d357ef3afc337f123ca0f -archs="armv6l* armv7l*" +archs="armv6l* armv7l* aarch64*" hostmakedepends="pkg-config xorg-server-devel" makedepends="libXrandr-devel xorg-server-devel" depends="virtual?xserver-abi-video-24_1"