swc: use branch with fixed intel-tiling

This commit is contained in:
Ella-0 2021-05-21 10:34:19 +01:00
parent 4161b09f40
commit da5eeecf6f
1 changed files with 2 additions and 2 deletions

View File

@ -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 .
}