Date: Saturday, February 17, 2018 @ 20:33:34 Author: heftig Revision: 317234
2.4.90-2 Modified: libdrm/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-17 17:44:45 UTC (rev 317233) +++ PKGBUILD 2018-02-17 20:33:34 UTC (rev 317234) @@ -3,7 +3,7 @@ pkgname=libdrm pkgver=2.4.90 -pkgrel=1 +pkgrel=2 pkgdesc="Userspace interface to kernel DRM services" url="https://dri.freedesktop.org/" arch=(x86_64) @@ -34,6 +34,9 @@ prepare() { cd $pkgname-$pkgver + # Fix version + sed -i 's/2\.4\.89/2.4.90/' meson.build + # Fails in a container; autotools skipped this one already patch -Np1 -i ../no-drmdevice-test.diff }
