Fix download address being wrong

This commit is contained in:
David Husička 2021-07-09 16:19:43 +02:00
parent 207e182fc4
commit 616d7dce3a
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.703.0
pkgrel = 1
pkgrel = 2
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.703.0.AppImage
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-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.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."
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/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-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md"
"osu-lazer.desktop")