xf86-video-amdgpu: update to 9945b4a (3 bugfixes).
This commit is contained in:
parent
69fa91a07c
commit
10b7acff04
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'xf86-video-amdgpu'.
|
||||
pkgname=xf86-video-amdgpu
|
||||
version=0.0.0.0.20150907
|
||||
version=0.0.20150928
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
@ -18,8 +18,8 @@ license="MIT"
|
|||
do_fetch() {
|
||||
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-amdgpu $wrksrc
|
||||
cd $wrksrc
|
||||
# latest commit as of 20150907
|
||||
git reset --hard 63948ea091a9b324327ade7ec4fc5d67ca7e6f6f
|
||||
# latest commit as of $version
|
||||
git reset --hard 9945b4ae1664ab815b39ff07e7b66cfa7f942dfa
|
||||
}
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue