Skip any hash checking
This commit is contained in:
parent
853bcb1046
commit
ab0ca4e45a
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -47,6 +47,6 @@ pkgbase = yuzu-early-access
|
|||
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = 99b593b80efd8ef237b08648099345f6f55d472dd55f44bbf3430fb4857274de
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = yuzu-early-access
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -21,7 +21,7 @@ source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.g
|
|||
"https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml")
|
||||
sha256sums=('SKIP'
|
||||
'SKIP'
|
||||
'99b593b80efd8ef237b08648099345f6f55d472dd55f44bbf3430fb4857274de')
|
||||
'SKIP')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/yuzu-windows-msvc-early-access" || exit
|
||||
|
|
Loading…
Reference in a new issue