Updated to version 2021.205.1
This commit is contained in:
parent
836d734e26
commit
30df551b0d
9
.SRCINFO
9
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
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.129.0
|
pkgver = 2021.205.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://osu.ppy.sh
|
url = https://osu.ppy.sh
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -10,17 +10,18 @@ pkgbase = osu-lazer-bin
|
||||||
depends = zlib
|
depends = zlib
|
||||||
depends = libgl
|
depends = libgl
|
||||||
depends = sdl2
|
depends = sdl2
|
||||||
|
depends = fuse2
|
||||||
provides = osu
|
provides = osu
|
||||||
provides = osu-lazer
|
provides = osu-lazer
|
||||||
conflicts = osu
|
conflicts = osu
|
||||||
conflicts = osu-lazer
|
conflicts = osu-lazer
|
||||||
noextract = osu-lazer-bin-2021.129.0.AppImage
|
noextract = osu-lazer-bin-2021.205.1.AppImage
|
||||||
options = !strip
|
options = !strip
|
||||||
source = osu-lazer-bin-2021.129.0.AppImage::https://github.com/ppy/osu/releases/download/2021.129.0/osu.AppImage
|
source = osu-lazer-bin-2021.205.1.AppImage::https://github.com/ppy/osu/releases/download/2021.205.1/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
|
||||||
sha256sums = 363fc644573b73dc4993e02effb6f72966d7d9b014b85ec50933d816c268fad5
|
sha256sums = dc52c525b5119d34e09e5c6f44e86e6b40556d3acc33657f704d55681b2d2f40
|
||||||
sha256sums = 36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10
|
sha256sums = 36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10
|
||||||
sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244
|
sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244
|
||||||
sha256sums = f37168074db22cf8e898f08b3f67458e1708a8c4ae179fb14a916e74e12bec4e
|
sha256sums = f37168074db22cf8e898f08b3f67458e1708a8c4ae179fb14a916e74e12bec4e
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,14 +1,14 @@
|
||||||
## Maintainer: David Husička <contact@bydave.net>
|
## Maintainer: David Husička <contact@bydave.net>
|
||||||
|
|
||||||
pkgname=osu-lazer-bin
|
pkgname=osu-lazer-bin
|
||||||
pkgver=2021.129.0
|
pkgver=2021.205.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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"
|
||||||
license=('MIT' 'custom:CC-BY-NC 4.0')
|
license=('MIT' 'custom:CC-BY-NC 4.0')
|
||||||
groups=()
|
groups=()
|
||||||
depends=(ffmpeg zlib libgl sdl2)
|
depends=(ffmpeg zlib libgl sdl2 fuse2)
|
||||||
makedepends=()
|
makedepends=()
|
||||||
checkdepends=()
|
checkdepends=()
|
||||||
optdepends=()
|
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"
|
"$pkgname-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md"
|
||||||
"osu-lazer.desktop")
|
"osu-lazer.desktop")
|
||||||
noextract=("$pkgname-$pkgver.AppImage")
|
noextract=("$pkgname-$pkgver.AppImage")
|
||||||
sha256sums=("363fc644573b73dc4993e02effb6f72966d7d9b014b85ec50933d816c268fad5"
|
sha256sums=("dc52c525b5119d34e09e5c6f44e86e6b40556d3acc33657f704d55681b2d2f40"
|
||||||
"36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10"
|
"36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10"
|
||||||
"30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244"
|
"30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244"
|
||||||
"f37168074db22cf8e898f08b3f67458e1708a8c4ae179fb14a916e74e12bec4e")
|
"f37168074db22cf8e898f08b3f67458e1708a8c4ae179fb14a916e74e12bec4e")
|
||||||
|
|
Loading…
Reference in New Issue