xf86-video-fbturbo: revbump to trigger musl rebuilds (close #2783).

This commit is contained in:
Juan RP 2015-10-20 15:17:12 +02:00
parent d17f027833
commit aa46762042

View file

@ -1,7 +1,7 @@
# Template build file for 'xf86-video-fbturbo'.
pkgname=xf86-video-fbturbo
version=0.4.0
revision=10
revision=11
build_style=gnu-configure
short_desc="Xorg DDX driver for ARM devices (RaspberryPi/Allwinner)"
homepage="http://github.com/ssvb/xf86-video-fbturbo"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="https://github.com/ssvb/xf86-video-fbturbo/archive/${version}.tar.gz"
checksum=10411686de0a9d8b2cde300b0d68e9f1d22e3611470d357ef3afc337f123ca0f
only_for_archs="armv6l armv7l"
only_for_archs="armv6l armv6l-musl armv7l armv7l-musl"
hostmakedepends="pkg-config xorg-server-devel"
makedepends="libXrandr-devel xorg-server-devel"
depends="virtual?xserver-abi-video-19_1"