Compare commits

...

4 Commits

Author SHA1 Message Date
DutchEllie cc37bc2454
bump version to v2022.515.0 2022-05-15 08:14:35 +02:00
David Husicka 48980b0326 Remove ffmpeg dependency 2022-05-09 20:40:35 +02:00
DutchEllie e7b422e308
bump version to v2022.509.0 2022-05-09 12:45:33 +02:00
DutchEllie d35b5b34c6
bump version to v2022.501.0 2022-05-01 10:34:59 +02:00
2 changed files with 7 additions and 10 deletions

View File

@ -1,12 +1,11 @@
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 = 2022.501.0
pkgrel = 2
pkgver = 2022.515.0
pkgrel = 0
url = https://osu.ppy.sh
arch = x86_64
license = MIT
license = custom:CC-BY-NC 4.0
depends = ffmpeg4.4
depends = zlib
depends = libgl
depends = fuse2
@ -15,12 +14,12 @@ pkgbase = osu-lazer-bin
conflicts = osu-lazer
noextract = osu.AppImage
options = !strip
source = osu-lazer-2022.501.0.AppImage::https://github.com/ppy/osu/releases/download/2022.501.0/osu.AppImage
source = osu-lazer-2022.515.0.AppImage::https://github.com/ppy/osu/releases/download/2022.515.0/osu.AppImage
source = https://raw.githubusercontent.com/ppy/osu/master/assets/lazer.png
source = https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md
source = osu-lazer.desktop
source = osu-lazer
sha256sums = 966c2707326b83009ae5809ca175786378415791c92580f013c1b155e31688df
sha256sums = 7a9dba8f88ff6f665fb87347a2f76a85b3bdb294bb2ff0387310080d8b977f24
sha256sums = 36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10
sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244
sha256sums = 43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801

View File

@ -5,14 +5,13 @@
pkgname=osu-lazer-bin
_pkgname=${pkgname%-bin}
pkgver=2022.501.0
pkgrel=2
pkgver=2022.515.0
pkgrel=0
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")
depends=(
ffmpeg4.4
zlib
libgl
fuse2
@ -30,13 +29,12 @@ source=(
)
noextract=("osu.AppImage")
sha256sums=(
"966c2707326b83009ae5809ca175786378415791c92580f013c1b155e31688df"
"7a9dba8f88ff6f665fb87347a2f76a85b3bdb294bb2ff0387310080d8b977f24"
"36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10"
"30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244"
"43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801"
"baeea5b234e65707a4e6a563eacac89063bf20047d64125cd1f26c3c52aae957"
)
package() {
cd "$srcdir"