Fix download address being wrong
This commit is contained in:
parent
207e182fc4
commit
616d7dce3a
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = osu-lazer-bin
|
pkgbase = osu-lazer-bin
|
||||||
pkgdesc = The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew.
|
pkgdesc = The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew.
|
||||||
pkgver = 2021.703.0
|
pkgver = 2021.703.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://osu.ppy.sh
|
url = https://osu.ppy.sh
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
|
@ -15,7 +15,7 @@ pkgbase = osu-lazer-bin
|
||||||
conflicts = osu-lazer
|
conflicts = osu-lazer
|
||||||
noextract = osu-lazer-bin-2021.703.0.AppImage
|
noextract = osu-lazer-bin-2021.703.0.AppImage
|
||||||
options = !strip
|
options = !strip
|
||||||
source = osu-lazer-bin-2021.703.0.AppImage::https://github.com/ppy/osu/releases/download/2021.703.0/osu.AppImage
|
source = osu-lazer-bin-2021.703.0.AppImage::https://github.com/ppy/osu/releases/download/2021.703.0-lazer/osu.AppImage
|
||||||
source = osu-lazer-bin.png::https://raw.githubusercontent.com/ppy/osu/master/assets/lazer.png
|
source = osu-lazer-bin.png::https://raw.githubusercontent.com/ppy/osu/master/assets/lazer.png
|
||||||
source = osu-lazer-bin-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md
|
source = osu-lazer-bin-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md
|
||||||
source = osu-lazer.desktop
|
source = osu-lazer.desktop
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=osu-lazer-bin
|
pkgname=osu-lazer-bin
|
||||||
pkgver=2021.703.0
|
pkgver=2021.703.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew."
|
pkgdesc="The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://osu.ppy.sh"
|
url="https://osu.ppy.sh"
|
||||||
|
@ -19,7 +19,7 @@ backup=()
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
install=
|
install=
|
||||||
changelog=
|
changelog=
|
||||||
source=("$pkgname-$pkgver.AppImage::https://github.com/ppy/osu/releases/download/$pkgver/osu.AppImage"
|
source=("$pkgname-$pkgver.AppImage::https://github.com/ppy/osu/releases/download/$pkgver-lazer/osu.AppImage"
|
||||||
"$pkgname.png::https://raw.githubusercontent.com/ppy/osu/master/assets/lazer.png"
|
"$pkgname.png::https://raw.githubusercontent.com/ppy/osu/master/assets/lazer.png"
|
||||||
"$pkgname-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md"
|
"$pkgname-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md"
|
||||||
"osu-lazer.desktop")
|
"osu-lazer.desktop")
|
||||||
|
|
Loading…
Reference in New Issue