Bump version to 2021.1016.0 and add support for osu/mime
This commit is contained in:
parent
ff619eb21f
commit
3eacfae9a4
10
.SRCINFO
10
.SRCINFO
|
@ -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 = 2021.1006.1
|
||||
pkgver = 2021.1016.0
|
||||
pkgrel = 1
|
||||
url = https://osu.ppy.sh
|
||||
arch = x86_64
|
||||
|
@ -9,17 +9,17 @@ pkgbase = osu-lazer-bin
|
|||
depends = ffmpeg
|
||||
depends = zlib
|
||||
depends = libgl
|
||||
depends = sdl2
|
||||
depends = fuse2
|
||||
depends = osu-mime
|
||||
provides = osu-lazer
|
||||
conflicts = osu-lazer
|
||||
noextract = osu-lazer-bin-2021.1006.1.AppImage
|
||||
noextract = osu-lazer-bin-2021.1016.0.AppImage
|
||||
options = !strip
|
||||
source = osu-lazer-bin-2021.1006.1.AppImage::https://github.com/ppy/osu/releases/download/2021.1006.1/osu.AppImage
|
||||
source = osu-lazer-bin-2021.1016.0.AppImage::https://github.com/ppy/osu/releases/download/2021.1016.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 = 56d384bdc67b69a93ecdf7dc322e7ab3177fe1aa1482b77cdf9c904be35d92c7
|
||||
sha256sums = 65d6df3de55ed62d0728cab18539ad71fccc9e7bb99e84dab39e89b474278476
|
||||
sha256sums = 36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10
|
||||
sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244
|
||||
sha256sums = 026a1db53b94cea60d30079e0050140096e3d1ef9b2a2035d8acafa04d9519d5
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,14 +2,14 @@
|
|||
## Contributor: Tyler Nelson <neo@cybercat.cc>
|
||||
|
||||
pkgname=osu-lazer-bin
|
||||
pkgver=2021.1006.1
|
||||
pkgver=2021.1016.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 libgl sdl2 fuse2)
|
||||
depends=(ffmpeg zlib libgl fuse2 osu-mime)
|
||||
makedepends=()
|
||||
checkdepends=()
|
||||
optdepends=()
|
||||
|
@ -25,7 +25,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=("56d384bdc67b69a93ecdf7dc322e7ab3177fe1aa1482b77cdf9c904be35d92c7"
|
||||
sha256sums=("65d6df3de55ed62d0728cab18539ad71fccc9e7bb99e84dab39e89b474278476"
|
||||
"36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10"
|
||||
"30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244"
|
||||
"026a1db53b94cea60d30079e0050140096e3d1ef9b2a2035d8acafa04d9519d5")
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=osu!lazer
|
||||
MimeType=application/x-osu-skin;application/x-osu-replay;application/x-osu-archive;x-scheme-handler/osu;
|
||||
Icon=/usr/share/pixmaps/osu-lazer.png
|
||||
Comment=Open source free-to-win rhythm game
|
||||
Exec=/usr/bin/osu-lazer
|
||||
|
|
Loading…
Reference in New Issue