From da5eeecf6ff40e6860adfeb77365298bd77c4f21 Mon Sep 17 00:00:00 2001 From: Ella-0 <23418164+Ella-0@users.noreply.github.com> Date: Fri, 21 May 2021 10:34:19 +0100 Subject: [PATCH] swc: use branch with fixed intel-tiling --- pkgs/swc/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/swc/build.sh b/pkgs/swc/build.sh index a70e7fe..1d401eb 100644 --- a/pkgs/swc/build.sh +++ b/pkgs/swc/build.sh @@ -1,9 +1,9 @@ pkgname=swc -pkgver=master deps="wld:pixman" +pkgver=intel-tiling fetch() { - curl -L "https://github.com/michaelforney/swc/archive/refs/heads/master.tar.gz" -o $pkgname-$pkgver.tar.xz + curl -L "https://github.com/michaelforney/swc/archive/refs/heads/intel-tiling.tar.gz" -o $pkgname-$pkgver.tar.xz tar -xf $pkgname-$pkgver.tar.xz cp ../config.mk . }