fix pkgver() function

This commit is contained in:
CrafterPika 2024-11-15 18:38:57 +01:00
parent 297b16432e
commit 6439afee2a
Signed by: crafterpika
GPG key ID: B4E0BA4B52B201DC

View file

@ -19,11 +19,13 @@ options=(!strip !debug !lto)
source=("$(python3 ./autofetch.py)" source=("$(python3 ./autofetch.py)"
"https://raw.githubusercontent.com/GreemDev/Ryujinx/master/distribution/misc/Logo.svg" "https://raw.githubusercontent.com/GreemDev/Ryujinx/master/distribution/misc/Logo.svg"
"https://raw.githubusercontent.com/GreemDev/Ryujinx/refs/heads/master/distribution/linux/Ryujinx.desktop" "https://raw.githubusercontent.com/GreemDev/Ryujinx/refs/heads/master/distribution/linux/Ryujinx.desktop"
"https://raw.githubusercontent.com/GreemDev/Ryujinx/refs/heads/master/distribution/linux/mime/Ryujinx.xml") "https://raw.githubusercontent.com/GreemDev/Ryujinx/refs/heads/master/distribution/linux/mime/Ryujinx.xml"
"autofetch.py")
b2sums=("SKIP" b2sums=("SKIP"
"b09be223a28495aaad61267751d82e1cc4127c041dce69cb38a16941212640c61c60cdcc76ef3dc534f67dd1d45c0f2786ee4cc1de68b73f275d47485e48c5a1" "b09be223a28495aaad61267751d82e1cc4127c041dce69cb38a16941212640c61c60cdcc76ef3dc534f67dd1d45c0f2786ee4cc1de68b73f275d47485e48c5a1"
"aaf7e9ddc24bc0068d75a4136262ab2e7f669acda91b7abc66ac5c8d6332804af45b5f9eec43d1d5541dc8e7944001362fbb67bec873fffde496c6c46d6500fc" "aaf7e9ddc24bc0068d75a4136262ab2e7f669acda91b7abc66ac5c8d6332804af45b5f9eec43d1d5541dc8e7944001362fbb67bec873fffde496c6c46d6500fc"
"0002cccf2a3e9dec4b0646e8d50ed105dfd4544baf49ae4868cc2a0785839ab578171063b6149b54fee947a38d88bbd6552647f6c69c590acf8fd1b12835c67a") "0002cccf2a3e9dec4b0646e8d50ed105dfd4544baf49ae4868cc2a0785839ab578171063b6149b54fee947a38d88bbd6552647f6c69c590acf8fd1b12835c67a"
"2872fba69108b0649e1d223de83fe073b60de69120839dab8892305bbd5fd555a6afba3830317042636ca9a8c61ef4bc38da7a72c81706f68bd6989f3ffc1584")
# update pkgver # update pkgver
pkgver() { pkgver() {