Fix download

This commit is contained in:
David Husička 2021-07-19 22:47:41 +02:00
parent 3d85d22cee
commit 5d64e65239
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
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.
pkgver = 2021.720.0
pkgrel = 2
pkgrel = 3
url = https://osu.ppy.sh
arch = x86_64
license = MIT
@ -15,7 +15,7 @@ pkgbase = osu-lazer-bin
conflicts = osu-lazer
noextract = osu-lazer-bin-2021.720.0.AppImage
options = !strip
source = osu-lazer-bin-2021.720.0.AppImage::https://github.com/ppy/osu/releases/download/2021.720.0-lazer/osu.AppImage
source = osu-lazer-bin-2021.720.0.AppImage::https://github.com/ppy/osu/releases/download/2021.720.0/osu.AppImage
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.desktop

View File

@ -2,7 +2,7 @@
pkgname=osu-lazer-bin
pkgver=2021.720.0
pkgrel=2
pkgrel=3
pkgdesc="The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew."
arch=('x86_64')
url="https://osu.ppy.sh"
@ -19,7 +19,7 @@ backup=()
options=(!strip)
install=
changelog=
source=("$pkgname-$pkgver.AppImage::https://github.com/ppy/osu/releases/download/$pkgver-lazer/osu.AppImage"
source=("$pkgname-$pkgver.AppImage::https://github.com/ppy/osu/releases/download/$pkgver/osu.AppImage"
"$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"
"osu-lazer.desktop")