swvkc: use master

This commit is contained in:
Ella-0 2021-07-31 11:34:04 +00:00
parent e821f1af61
commit b6f279d346
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
pkgname=swvkc
pkgver=gpu-dev-option
pkgver=master
fetch() {
curl -L "https://github.com/Ella-0/swvkc/archive/gpu-dev-option.tar.gz" -o $pkgname-$pkgver.tar.gz
curl -L "https://github.com/st3r4g/swvkc/archive/master.tar.gz" -o $pkgname-$pkgver.tar.gz
tar -xf $pkgname-$pkgver.tar.gz
mkdir $pkgname-$pkgver/build
}