diff --git a/srcpkgs/sunxi-mali/template b/srcpkgs/sunxi-mali/template index 24eda88c9e6..f62e4feca88 100644 --- a/srcpkgs/sunxi-mali/template +++ b/srcpkgs/sunxi-mali/template @@ -1,7 +1,7 @@ # Template file for 'sunxi-mali' pkgname=sunxi-mali version=20140127 -revision=1 +revision=2 build_style=gnu-makefile short_desc="Linux sunxi MALI userpace propietary libraries" maintainer="Juan RP " @@ -20,7 +20,7 @@ provides="libEGL-1.0_1 libGLES-1.0_1" replaces="libEGL>=0 libGLES>=0" do_build() { - VERSION=r3p1 ABI=armhf EGL_TYPE=x11 make config + VERSION=r2p4 ABI=armhf EGL_TYPE=x11 make config make ${makejobs} }