Updated to version 2021.109.0 and added missing dependency

This commit is contained in:
David Husička 2021-01-09 13:29:07 +01:00
parent 8978b84871
commit 4d7c04b687
2 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,6 @@
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 = 2020.1229.0
pkgver = 2021.109.0
pkgrel = 1
url = https://osu.ppy.sh
arch = x86_64
@ -8,18 +8,19 @@ pkgbase = osu-lazer-bin
license = custom:CC-BY-NC 4.0
depends = ffmpeg
depends = zlib
depends = libgl
depends = sdl2
provides = osu
provides = osu-lazer
conflicts = osu
conflicts = osu-lazer
noextract = osu-lazer-bin-2020.1229.0.AppImage
noextract = osu-lazer-bin-2021.109.0.AppImage
options = !strip
source = osu-lazer-bin-2020.1229.0.AppImage::https://github.com/ppy/osu/releases/download/2020.1229.0/osu.AppImage
source = osu-lazer-bin-2021.109.0.AppImage::https://github.com/ppy/osu/releases/download/2021.109.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
sha256sums = ce3861317e666da7fa54de173f2eeb58a573f5d1040fb2c7d0dc87f29a107a6f
sha256sums = 5ec4f8fe22339f0b8484fe6f432c29e160cd1092abfecb92b81fdc287b9c94c6
sha256sums = 36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10
sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244
sha256sums = f37168074db22cf8e898f08b3f67458e1708a8c4ae179fb14a916e74e12bec4e

View File

@ -1,14 +1,14 @@
## Maintainer: David Husička <contact@bydave.net>
pkgname=osu-lazer-bin
pkgver=2020.1229.0
pkgver=2021.109.0
pkgrel=1
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"
license=('MIT' 'custom:CC-BY-NC 4.0')
groups=()
depends=(ffmpeg zlib sdl2)
depends=(ffmpeg zlib libgl sdl2)
makedepends=()
checkdepends=()
optdepends=()
@ -24,7 +24,7 @@ source=("$pkgname-$pkgver.AppImage::https://github.com/ppy/osu/releases/download
"$pkgname-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md"
"osu-lazer.desktop")
noextract=("$pkgname-$pkgver.AppImage")
sha256sums=("ce3861317e666da7fa54de173f2eeb58a573f5d1040fb2c7d0dc87f29a107a6f"
sha256sums=("5ec4f8fe22339f0b8484fe6f432c29e160cd1092abfecb92b81fdc287b9c94c6"
"36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10"
"30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244"
"f37168074db22cf8e898f08b3f67458e1708a8c4ae179fb14a916e74e12bec4e")